File size: 556 Bytes
ec4354c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 Building a RAG pipeline using the LangChain ecosystem and a web application that allows users to:
 

   - Upload documents (currently only DOCX is supported)

   - Ask questions about their content

   - Get accurate responses using Llama 4 + RAG

   🔧 Technologies Used

    Llama 4


    - LangChain

    - Vector Stores(Chroma DB)

    - Gradio for the web interface



💡 Coming Soon

-Support for multiple document types

-User authentication

    Preview 

![Preview of the Llama Chat Web Application](Images/Demo.png)