Hanzo03 commited on
Commit
0c63b33
·
1 Parent(s): e404264

initial commit

Browse files
Files changed (2) hide show
  1. .python-version +1 -1
  2. pyproject.toml +0 -24
.python-version CHANGED
@@ -1 +1 @@
1
- 3.12
 
1
+ 3.10
pyproject.toml DELETED
@@ -1,24 +0,0 @@
1
- [project]
2
- name = "rag"
3
- version = "0.1.0"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- requires-python = ">=3.12"
7
- dependencies = [
8
- "chromadb>=1.3.6",
9
- "faiss-cpu>=1.13.1",
10
- "google-genai>=1.55.0",
11
- "gradio>=6.1.0",
12
- "langchain>=1.1.3",
13
- "langchain-chroma>=1.0.0",
14
- "langchain-community>=0.4.1",
15
- "langchain-core>=1.1.3",
16
- "langchain-google-genai>=4.0.0",
17
- "langchain-huggingface>=1.1.0",
18
- "numpy>=2.3.5",
19
- "opencv-python-headless>=4.10.0.84",
20
- "python-dotenv>=1.2.1",
21
- "sentence-transformers>=5.2.0",
22
- "streamlit>=1.52.1",
23
- "ultralytics>=8.3.236",
24
- ]