hyonee commited on
Commit
088d131
·
1 Parent(s): e8ae8cb
Files changed (2) hide show
  1. n.env +0 -3
  2. requirements.txt +14 -0
n.env DELETED
@@ -1,3 +0,0 @@
1
- MY_VARIABLE=value
2
- ANOTHER_VARIABLE=another_value
3
-
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ llama-cpp-python
3
+ PyPDF2==3.0.1
4
+ faiss-cpu==1.7.4
5
+ ctransformers
6
+ pypdf
7
+ chromadb
8
+ tiktoken
9
+ pysqlite3-binary
10
+ streamlit-extras
11
+ InstructorEmbedding
12
+ sentence-transformers
13
+ jq
14
+ openai