[tool.poetry] name = "obsidian-qa-bot" version = "0.1.0" description = "" authors = ["anpigon "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" gradio = "^4.28.3" langchain-community = "^0.0.36" langchain-text-splitters = "^0.0.1" langchain = "^0.1.17" load-dotenv = "^0.1.0" sentence-transformers = "^2.7.0" faiss-cpu = "^1.8.0" langchain-cohere = "^0.1.4" langchain-groq = "^0.1.3" rank-bm25 = "^0.2.2" langchain-google-genai = "^1.0.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"