Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

System Overview

This system leverages the following components:

  • ChatOllama: for generating responses.
  • Hugging Face Embeddings: Model for text embedding generation.
  • FAISS: Library for fast similarity search.
  • Conversational Retrieval Chain: Chain responsible for retrieving relevant documents and combining them for response generation.
  • ConversationBufferMemory: Memory component for storing conversation history.