Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump dependencies #1987

Merged
merged 4 commits into from
Jul 5, 2024
Merged

feat: bump dependencies #1987

merged 4 commits into from
Jul 5, 2024

Conversation

jaluma
Copy link
Contributor

@jaluma jaluma commented Jul 5, 2024

The current version has several outdated dependencies and does not allow the use of the latest changes from llama-index. This PR aims to update and prepare PrivateGPT to support the new changes.

@jaluma jaluma requested a review from imartinez July 5, 2024 07:07
@@ -4,10 +4,10 @@
from injector import inject, singleton
from llama_index.core.indices.vector_store import VectorIndexRetriever, VectorStoreIndex
from llama_index.core.vector_stores.types import (
BasePydanticVectorStore,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why switching to BasePydanticVectorStore from VectorStore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

settings.yaml Outdated Show resolved Hide resolved
settings.yaml Outdated Show resolved Hide resolved
This reverts commit 8d75988.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants