fix(pyproject): fixed to quivr github (#2816)

This pull request updates the repository URL in the pyproject.toml file
from "https://github.com/langchain-ai/langchain" to
"https://github.com/QuivrHQ/quivr".
This commit is contained in:
Stan Girard 2024-07-09 16:56:05 +02:00 committed by GitHub
parent e047fec673
commit 5a4ac001d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ version = "0.0.2"
description = "Quivr core RAG package"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
repository = "https://github.com/QuivrHQ/quivr"
[tool.poetry.dependencies]
python = "^3.11"