csitGPT is a command line interface (CLI) application tailored to provide accurate and insightful responses to CSIT related queries.
Through the integrating cutting-edge technologies such as LangChain, Large Language Models (LLMs) (Hugging Face/OpenAI), and ChromaDB, csitGPT delivers a powerful and insightful Q&A chatbot experience.
- Clone the repository
git clone [email protected]:iambasantarai/csitGPTprototype.git- Navigate to the project directory
cd csitGPTprototype- Install dependencies
yarn installOR
npm install- Configure environment
cp .env.example .envUpdate the values for following keys in the .env
CHROMA_URLHUGGINGFACEHUB_API_KEYOPENAI_API_KEYTAVILY_API_KEY
- Run the script
yarn run bot