Skip to content

Latest commit

Β 

History

History
62 lines (43 loc) Β· 1.21 KB

File metadata and controls

62 lines (43 loc) Β· 1.21 KB

Efficiently use Langchain for Complex Tasks

πŸš€ Installation

Dev-Setup

Prerequisites:

Setup

git clone https://github.com/langschain/langchain-chatbot.git

Reference example.env to create .env file

OPENAI_API_KEY=
PINECONE_API_KEY=
PINECONE_ENV=
PINECONE_INDEX=

Install Requirements

poetry install

Activate Environment

poetry shell

Run Startup

python3 startup.py

πŸ”§ Key Features

βœ… Interactive Ingestion UI for files

βœ… Chat UI with source, temperature, vector_k, and other parameter changing abilities

βœ… More features coming very soon

πŸ’» Contributing

If you would like to contribute to the LangChain Chatbot, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Write tests for your changes
  4. Implement your changes and ensure that all tests pass
  5. Submit a pull request