Efficiently use Langchain for Complex Tasks
Prerequisites:
- Git - Free
- Pinecone Database - Free
- OpenAI API Key - Billing Required
git clone https://github.com/ctar0403/langchain-chatbot.git
Reference example.env to create .env file
OPENAI_API_KEY=
PINECONE_API_KEY=
PINECONE_ENV=
PINECONE_INDEX=poetry installpoetry shellpython3 startup.py✅ Interactive Ingestion UI for files
✅ Chat UI with source, temperature, vector_k, and other parameter changing abilities
✅ More features coming very soon
Soon:
- Compatibility with many more files types
- Compatibility with offline models (HuggingFace, Vicuna, Alpaca)
If you would like to contribute to the LangChain Chatbot, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Write tests for your changes
- Implement your changes and ensure that all tests pass
- Submit a pull request