project initialized

This commit is contained in:
hasnain 2025-11-02 18:11:58 +05:00
commit e501c8dfb9
5 changed files with 2094 additions and 0 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.13

0
README.md Normal file
View File

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[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",
]

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
langchain
langchain-openai
langchain-community
openai
pgvector
psycopg2-binary
python-dotenv

2069
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff