project initialized
This commit is contained in:
commit
e501c8dfb9
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.13
|
||||
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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
7
requirements.txt
Normal file
@ -0,0 +1,7 @@
|
||||
langchain
|
||||
langchain-openai
|
||||
langchain-community
|
||||
openai
|
||||
pgvector
|
||||
psycopg2-binary
|
||||
python-dotenv
|
||||
Loading…
x
Reference in New Issue
Block a user