18 lines
412 B
TOML
18 lines
412 B
TOML
[project]
|
|
name = "semantic-search"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi[all]>=0.120.4",
|
|
"langchain>=1.0.3",
|
|
"langchain-community>=0.4.1",
|
|
"langchain-core>=1.0.2",
|
|
"langchain-openai>=1.0.1",
|
|
"openai>=2.6.1",
|
|
"pgvector>=0.4.1",
|
|
"psycopg2-binary>=2.9.11",
|
|
"python-dotenv>=1.2.1",
|
|
]
|