-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 826 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "canadaimmigrationhelpdesk-usinggenai"
version = "0.1.0"
description = ""
authors = ["nausheenfatma <fatma.nausheen@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pandas = "^2.2.3"
huggingface = "^0.0.1"
transformers = "^4.51.1"
openai = "^1.72.0"
faiss-cpu = "^1.10.0"
llama-index = "^0.12.29"
requests = "^2.32.3"
tiktoken = "^0.9.0"
ollama = "^0.4.7"
llama-index-llms-ollama = "^0.5.4"
torch = "^2.6.0"
llama-index-llms-openai = "^0.3.32"
llama-index-embeddings-huggingface = "^0.5.3"
llama-index-vector-stores-faiss = "^0.3.0"
chromadb = "^1.0.3"
duckduckgo-search = "^8.0.0"
langchain = "^0.3.23"
numexpr = "^2.10.2"
chatollama = "^0.2.13"
langgraph = "^0.4.1"
wikipedia = "^1.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"