Skip to content

Latest commit

Β 

History

History
20 lines (14 loc) Β· 530 Bytes

File metadata and controls

20 lines (14 loc) Β· 530 Bytes

Chatbot πŸ€–

A research-based chatbot that extracts knowledge from .docx files about hydrogen storage materials and answers questions using:

  • πŸ“„ Document parsing (python-docx)
  • πŸ€– Embeddings (sentence-transformers)
  • 🧠 Vector similarity via Pinecone
  • ✨ Response generation via Google Gemini

πŸš€ Setup Instructions

1. Clone this repo

git clone https://github.com/AdarshParthipan/chatbot.git
cd chatbot

2. Edit names and use your own API keys for Pinecone and Google ai