LVKinyanjui commited on
Commit
00f3344
1 Parent(s): 5effe6a

Implemented the refine document summarization technique; exceeded gemini quota. again

Browse files
examples/Contextual_RAG.ipynb ADDED
File without changes
requirements.txt CHANGED
@@ -2,3 +2,10 @@ chromadb==0.5.5
2
  pymupdf==1.24.9
3
  streamlit==1.38.0
4
  transformers==4.44.2
 
 
 
 
 
 
 
 
2
  pymupdf==1.24.9
3
  streamlit==1.38.0
4
  transformers==4.44.2
5
+ langchain==0.3.0
6
+ langchain-core==0.3.5
7
+ langchain-text-splitters==0.3.0
8
+ langchain-google-genai==2.0.0
9
+ langchain-community==0.3.0
10
+ python-dotenv==1.0.1
11
+ tiktoken==0.7.0