GeekBot / pyproject.toml
abrar-adnan's picture
Initial commit
6acfeaf verified
raw
history blame contribute delete
461 Bytes
[project]
name = "docchat-adnan"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"chromadb>=1.3.0",
"docling>=2.59.0",
"gradio>=5.49.1",
"langchain>=1.0.3",
"langchain-community>=0.4.1",
"langchain-ollama>=1.0.0",
"langchain-text-splitters>=1.0.0",
"langgraph>=1.0.2",
"loguru>=0.7.3",
"rank-bm25>=0.2.2",
"sentence-transformers>=5.1.2",
]