testing an rpg engine with a small rag system
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "langchain-tutorial"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"faiss-cpu>=1.13.2",
|
||||
"langchain-community>=0.4.1",
|
||||
"langchain[llms]>=1.2.15",
|
||||
"llama-cpp-python>=0.3.20",
|
||||
"sentence-transformers>=5.4.0",
|
||||
]
|
||||
Reference in New Issue
Block a user