msanton commited on
Commit
6b2d642
·
verified ·
1 Parent(s): 1679372

Add requirements.txt and .gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. requirements.txt +16 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ /.env
2
+ /chroma_db
3
+ /__pycache__
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ requests
3
+ langchain
4
+ langchain-community
5
+ langchain-core
6
+ langchain-text-splitters
7
+ langgraph
8
+ langchain-chroma
9
+ langchain-litellm
10
+ langchain_openai
11
+ wikipedia
12
+ python-dotenv
13
+ openai
14
+ arxiv
15
+ chromadb
16
+ openai