AdrienB134/rag_with_inline_citations
1
1[project]2name = "rag-base"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.11"7dependencies = [8 "loguru>=0.7.2",9 "langchain>=0.3.9",10 "marker-pdf>=1.0.2",11 "qdrant-client[fastembed]>=1.12.1",12 "fastapi>=0.115.6",13 "pydantic>=2.10.3",14 "python-multipart>=0.0.19",15 "uvicorn>=0.32.1",16 "huggingface-hub>=0.26.3",17 "llama-parse>=0.5.17",18 "openai>=1.60.1",19]20 