-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 764 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
name = "langserve-ollama"
version = "0.1.0"
description = ""
authors = ["teddy <teddylee777@gmail.com>"]
license = "MIT License"
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.x"
langchain = "^0.3"
langserve = "^0.3"
langchain-openai = "^0.2"
streamlit = "^1.33.0"
fastapi = "^0.110.1"
sse-starlette = "^2.1.0"
unstructured = {extras = ["pdf"], version = "^0.13.2"}
faiss-cpu = "^1.8.0"
langchain-community = "^0.3"
langchainhub = "^0.1"
langchain-text-splitters = "^0.3"
httpx-sse = "^0.4.0"
sentence-transformers = "^2.6.1"
langchain-ollama = "^0.2.0"
jupyter = "^1.1.1"
notebook = "^7.3.2"
langchain-teddynote = "^0.3.40"
langgraph = "^0.2.60"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"