-
Notifications
You must be signed in to change notification settings - Fork 139
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
GetVectorStoreAsync is now internal rather than public in V2.0,0 #240
Comments
Amended edit: after checking back with the team, I missed that this was one of the intended moves with the introduction of operation abstractions for vector stores -- If it's possible, could you share more about the overall task you're accomplishing with fetching the Vector Store? In isolation, the new operation pattern is clearly not an ideal 1:1 replacement for simply fetching the store by ID -- you'd rehydrate the
|
Thanks for the reply, Just having another look through, I think with the latest version I could probably refactor to mostly not use it, I had just focused on updating.
I do think it is worth retaining as Public rather than internal. |
So we have
In our case, we would want to store the Id of the vector store in our database and then check if the vector store exists before performing any operations on that. This is where |
Service
OpenAI
Describe the bug
Should this method have been public rather than internal in V2.0.0?
The text was updated successfully, but these errors were encountered: