testing an rpg engine with a small rag system

This commit is contained in:
2026-04-11 13:56:06 +05:30
commit 113889575f
6 changed files with 2568 additions and 0 deletions

13
pyproject.toml Normal file
View 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",
]