-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat: bump dependencies #1987
Conversation
@@ -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, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Llama-index decision. Without that, mypy doesn't pass.
https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/vector_stores/types.py#L316
This reverts commit 8d75988.
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.