Amitgm commited on
Commit
b3e8383
·
verified ·
1 Parent(s): 6b305ea

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +18 -0
Dockerfile CHANGED
@@ -33,7 +33,7 @@ COPY --chown==user:user . $HOME/main
33
 
34
 
35
  ## start the stramlit app
36
- CMD ["streamlit", "run", "resume.py", "--server.address=0.0.0.0", "--server.port=8080"]
37
 
38
 
39
 
 
33
 
34
 
35
  ## start the stramlit app
36
+ CMD ["streamlit", "run", "main.py", "--server.address=0.0.0.0", "--server.port=8080"]
37
 
38
 
39
 
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langchain-community
3
+ openai
4
+ faiss-cpu
5
+ langchain_openai
6
+ python-dotenv
7
+ langchain_experimental
8
+ pandas
9
+ tabulate
10
+ langchain-openai
11
+ pinecone-client
12
+ pinecone-client[grpc]
13
+ langchain_pinecone
14
+ streamlit
15
+ streamlit-chat
16
+ langchain_groq
17
+ pinecone
18
+ langchain-chroma