-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: provide vector store #772
feat: provide vector store #772
Conversation
…into vector-store
…feature/vector-strore
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #772 +/- ##
==========================================
+ Coverage 98.46% 98.89% +0.43%
==========================================
Files 24 26 +2
Lines 1364 1359 -5
==========================================
+ Hits 1343 1344 +1
+ Misses 15 9 -6
Partials 6 6 ☔ View full report in Codecov by Sentry. |
Thank you for updating #752 — looks good to me! |
) (response VectorStoresList, err error) { | ||
urlValues := url.Values{} | ||
|
||
if pagination.After != nil { |
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.
If you'll have time — it would be great to have a reusable func for this logic, there are 4 cases where we use it in this repo!
A similar PR may already be submitted!
Just want to finish this feature, thanks
implement vector strore api (including vector file + file batch)
https://platform.openai.com/docs/api-reference/vector-stores