refactor: Improve project Structure
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user