File size: 281 Bytes
e6f8d33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# APIs
gpt4all
openai
huggingface_hub
# LLM Framework
langchain
# Chunking Dependencies
tiktoken
transformers
# Embedding Dependencies
InstructorEmbedding
torch
# Loading Dependencies
PyPDF2
pypdf
# VectorStore Dependencies
faiss-cpu
# UI
streamlit==1.25.0
watchdog==3.0.0
environs