File size: 512 Bytes
ce282d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
efc7ea2
ce282d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "biblestudy-agentic-rag"
version = "0.1.0"
description = "AIE5 midterm"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "jupyter>=1.1.1",
    "langchain>=0.3.15",
    "langchain-community>=0.3.15",
    "langchain-openai>=0.3.2",
    "langgraph>=0.2.67",
    "chainlit>=2.0.4",
    "pandas>=2.2.3",
    "langchain-qdrant>=0.2.0",
    "langchain-cohere>=0.4.2",
    "unstructured>=0.14.8",
    "langchain-huggingface>=0.1.2",
    "websockets>=15.0",
    "rank-bm25>=0.2.2",
]