-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
45 lines (41 loc) · 1.04 KB
/
pyproject.toml
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
36
37
38
39
40
41
42
43
44
45
[tool.poetry]
name = "rag-agents"
version = "0.1.0"
description = "This project aims to stay updated with new things coming in GenAI"
authors = ["Sar2580P"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
llama-index = "^0.10.34"
pinecone = "^4.0.0"
lxml = "^5.2.1"
python-dotenv = "^1.0.1"
llama-index-llms-gemini = "^0.1.7"
llama-index-embeddings-gemini = "^0.1.6"
llama-index-vector-stores-chroma = "^0.1.8"
spacy = "^3.7.4"
yt-dlp = "^2024.5.26"
moviepy = "^1.0.3"
selenium = "^4.21.0"
webdriver-manager = "^4.0.1"
langchain = "^0.2.5"
icecream = "^2.1.3"
langchain-community = "^0.2.5"
matplotlib = "^3.9.0"
asgiref = "3.8.1"
django = "5.0.6"
django-cors-headers = "4.4.0"
djangorestframework = "3.15.2"
sqlparse = "0.5.0"
tzdata = "2024.1"
pytube = "^15.0.0"
networkx = "^3.3"
typing-extensions = "^4.12.2"
ibm-watson-machine-learning = "^1.0.360"
hdbscan = "^0.8.38.post1"
langchain-ibm = "^0.1.12"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"