Skip to content

Commit

Permalink
fix(pyproject): fixed to quivr github (#2816)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
StanGirard committed Jul 9, 2024
1 parent e047fec commit 5a4ac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a4ac00

Please sign in to comment.