chore: Update pyproject.toml to add new dependencies
Browse files- poetry.lock +0 -0
- pyproject.toml +3 -0
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -30,6 +30,9 @@ pyarrow = "^16.1.0"
|
|
30 |
langchain-huggingface = "^0.0.3"
|
31 |
kiwipiepy = "^0.17.1"
|
32 |
gradio = "^4.37.2"
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
[tool.poetry.group.dev.dependencies]
|
|
|
30 |
langchain-huggingface = "^0.0.3"
|
31 |
kiwipiepy = "^0.17.1"
|
32 |
gradio = "^4.37.2"
|
33 |
+
ragas = "^0.1.10"
|
34 |
+
autorag = "^0.2.9"
|
35 |
+
llama-index-llms-upstage = "^0.1.4"
|
36 |
|
37 |
|
38 |
[tool.poetry.group.dev.dependencies]
|