-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 839 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 839 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
[project]
name = "code_doc_vector_store"
version = "0.1.0"
description = ""
authors = [
{name = "erbaz",email = "erbazkamran@gmail.com"}
]
requires-python = "<4.0,>=3.9"
dependencies = [
"llama-index (>=0.14.5,<0.15.0)",
"tree-sitter-language-pack (>=0.9.0,<0.10.0)",
"llama-index-core (>=0.14.5,<0.15.0)",
"llama-index-vector-stores-milvus (>=0.9.0,<0.10.0)",
"pymilvus (>=2.6.0,<3.0.0)",
"llama-index-embeddings-gemini (>=0.4.0,<0.5.0)",
"google-generativeai (>=0.8.5,<0.9.0)",
"python-dotenv (>=1.1.1,<2.0.0)",
"llama-index-llms-gemini (>=0.6.0,<0.7.0)",
"llama-index-llms-ollama (>=0.9.0,<0.10.0)",
"llama-index-embeddings-ollama (>=0.8.4,<0.9.0)",
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"