rdisipio's picture
memory editor
4d88dc9
raw
history blame contribute delete
468 Bytes
[packages]
langchain = ">=0.2.0"
langchain-openai = ">=0.2.0"
langchain-groq = ">=0.2.0"
langchain-chroma = ">=0.2.0"
langchain-community = ">=0.2.0"
chromadb = ">=0.4.0"
sentence-transformers = ">=2.2.2"
pandas = ">=1.5.3"
openai = ">=0.27.0"
jupyter = ">=1.0.0"
tqdm = ">=4.64.1"
gradio = ">=4.0.0"
huggingface-hub = ">=0.17.0"
[dev-packages]
beautifulsoup4 = ">=4.12.0"
requests = ">=2.31.0"
lxml = ">=4.9.0"
pyyaml = ">=6.0.0"
[requires]
python_version = "3.11"