mirror of
https://github.com/tcsenpai/suggestoor.git
synced 2025-06-03 01:40:16 +00:00
17 lines
375 B
TOML
17 lines
375 B
TOML
[project]
|
|
name = "suggestoor"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"colorama>=0.4.6",
|
|
"langchain-ollama>=0.2.2",
|
|
"langchain>=0.3.14",
|
|
"langchain-community>=0.3.14",
|
|
"ollama>=0.4.6",
|
|
"python-dotenv>=1.0.1",
|
|
"tqdm>=4.67.1",
|
|
"faiss-gpu-cu12>=1.9.0.post1",
|
|
]
|