Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "careeradvisepro" | |
version = "0.1.0" | |
description = "" | |
authors = ["jeongsk <jeongseok@wantedlab.com>"] | |
readme = "README.md" | |
license = "lgpl-3.0" | |
[tool.poetry.dependencies] | |
python = "3.11.9" | |
streamlit = "^1.36.0" | |
pdfplumber = "^0.11.2" | |
langchain-community = "^0.2.7" | |
langchain-core = "^0.2.18" | |
sentence-transformers = "^3.0.1" | |
langchain = "^0.2.7" | |
faiss-cpu = "^1.8.0.post1" | |
python-dotenv = "^1.0.1" | |
langchain-google-genai = "^1.0.7" | |
langchain-openai = "^0.1.16" | |
httpx = "^0.27.0" | |
langchain-experimental = "^0.0.62" | |
autorag = "^0.2.10" | |
langchain-teddynote = "^0.0.11" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |