Spaces:
Sleeping
Sleeping
| [project] | |
| name = "aiagents" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "bert-extractive-summarizer>=0.10.1", | |
| "dotenv>=0.9.9", | |
| "faiss-cpu>=1.13.2", | |
| "fastapi>=0.135.1", | |
| "keybert>=0.9.0", | |
| "langchain>=1.2.10", | |
| "langchain-aws>=1.3.1", | |
| "langchain-chroma>=1.1.0", | |
| "langchain-community>=0.4.1", | |
| "langchain-core>=1.2.17", | |
| "langchain-google-genai>=4.2.1", | |
| "langchain-huggingface>=1.2.1", | |
| "langchain-ollama>=1.0.1", | |
| "langgraph>=1.0.10", | |
| "pillow>=12.1.1", | |
| "python-multipart>=0.0.22", | |
| "sentence-transformers>=5.2.3", | |
| "transformers>=5.3.0", | |
| "unstructured>=0.21.5", | |
| "youtube-transcript-api>=1.2.4", | |
| ] | |