refactor: Improve project Structure

This commit is contained in:
2026-04-13 19:20:33 +05:30
parent 3902999f60
commit 12773927ca
16 changed files with 81 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "langchain-tutorial"
name = "omnia"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
@@ -9,6 +9,17 @@ dependencies = [
"langchain-community>=0.4.1",
"langchain[llms]>=1.2.15",
"llama-cpp-python>=0.3.20",
"pip>=26.0.1",
"rich>=13.9.4",
"sentence-transformers>=5.4.0",
]
[dependency-groups]
dev = [
"omnia",
]
[tool.uv.sources]
omnia = { workspace = true }