File size: 501 Bytes
5aa0be0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "nlp-assesment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "dotenv>=0.9.9",
    "faiss-cpu>=1.12.0",
    "gradio>=5.23.1",
    "langchain>=1.0.0a14",
    "langchain-community>=0.3.31",
    "langchain-experimental>=0.0.42",
    "langchain-google-genai>=3.0.0",
    "langchain-huggingface>=1.0.0",
    "pandas>=2.3.3",
    "sentence-transformers>=5.1.1",
    "tabulate>=0.9.0",
    "torch>=2.8.0",
]