Spaces:
Paused
Paused
File size: 579 Bytes
452628e ba5efb5 30f1343 452628e 807eac7 cf5f9f4 452628e ba5efb5 452628e ba5efb5 452628e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "kitfinalassignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.0.15",
"ddgs>=9.0.0",
"duckduckgo-search>=8.1.1",
"faiss-cpu>=1.11.0",
"gradio[oauth]>=5.36.2",
"langchain>=0.3.26",
"langchain-chroma>=0.2.4",
"langchain-community>=0.3.27",
"langchain-experimental>=0.3.4",
"langchain-google-genai>=2.1.7",
"langchain-huggingface>=0.3.0",
"langgraph>=0.5.2",
"requests>=2.32.4",
"sentence-transformers>=5.0.0",
]
|