Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Architecture

flowchart TD
    A0["Document Ingestion"]
    A1["Document Chunking"]
    A2["Text Embeddings"]
    A3["Vector Database (Chroma)"]
    A4["Retrieval Mechanism"]
    A5["Large Language Model (LLM)"]
    A6["RAG Chain"]
    A7["Streamlit User Interface"]

    A7 -- "Triggers processing" --> A0
    A0 -- "Feeds documents" --> A1
    A1 -- "Provides chunks" --> A3
    A2 -- "Embeds for" --> A3
    A3 -- "Configures" --> A4
    A4 -- "Provides context" --> A6
    A5 -- "Generates response" --> A6
    A7 -- "Sends query" --> A6
    A6 -- "Returns answer" --> A7
Loading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages