forked from teddylee777/langchain-kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (35 loc) · 843 Bytes
/
pyproject.toml
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
34
35
36
37
38
[tool.poetry]
name = "langchain-kr"
version = "0.1.0"
description = "langchain tutorial translated in Korean"
authors = ["teddy <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.1.13"
langchain-openai = "^0.1.1"
openai = "^1.14.3"
streamlit = "^1.32.2"
langchain-anthropic = "^0.1.4"
redis = "^5.0.3"
jupyter = "^1.0.0"
notebook = "^7.1.2"
matplotlib = "^3.8.4"
lark = "^1.1.9"
langchain-text-splitters = "^0.0.1"
langchain-community = "^0.0.31"
pymupdf = "^1.24.1"
chromadb = "^0.4.24"
faiss-cpu = "^1.8.0"
python-dotenv = "^1.0.1"
pypdf = "^4.2.0"
langgraph = "^0.0.32"
tiktoken = "^0.6.0"
langchainhub = "^0.1.15"
arxiv = "^2.1.0"
huggingface-hub = "^0.22.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"