ChatDev is an intelligent assistant designed to help developers get accurate and contextual answers to their technical questions. Using embeddings, ChatDev improves the accuracy of answers by retrieving relevant information from a pre-indexed database, ensuring that answers are always aligned with the context of the question.
Improved Accuracy with Embeddings: ChatDev uses embeddings to search for semantically relevant information, ensuring that responses are highly accurate and contextualized.
Improved Accuracy with Embeddings: ChatDev uses embeddings to search for semantically relevant information, ensuring that responses are highly accurate and contextualized.
Semantic Search: Embeddings are used to search for relevant information in a vector database.
- langchain_openai - version 0.1.16
- langchain_experimental - version 0.0.62
- langchain - version 0.2.7
- openai - version 1.35.13
- streamlit - version 1.36.0
- Pinecone - version 4.1.2
- PyYAML - version 6.0.1
To use it, you need to clone the repository, install the dependencies and run the project. You also need to create a .yaml file and add your OPENAI_API_KEY and PINECONE_API_KEY key.
If you have any questions, access Open AI and Pinecone.
# Open terminal/cmd and then clone this repository
$ git clone https://github.com/JuanCampbsi/chatdev-personal-embeddings.git
# Access the project folder in the terminal/cmd
$ cd chatdev-personal
# Create a virtual environment
$ pip install virtualenv
# Active your virtual environment
$ source venv/bin/activate
# Install the necessary tools
$ pip install -r requirements.txt
# Run the command in the terminal
$ streamlit run app.py
👨💻 **Author - Software Developer ** 💻