sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
8.6k stars 1.29k forks source link

Support Vector Store API #752

Closed kodernubie closed 6 days ago

kodernubie commented 1 month ago

implement vector strore api (including vector file + file batch)

https://platform.openai.com/docs/api-reference/vector-stores

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.80%. Comparing base (774fc9d) to head (a798d1e). Report is 16 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #752 +/- ## ========================================== + Coverage 98.46% 98.80% +0.34% ========================================== Files 24 25 +1 Lines 1364 1257 -107 ========================================== - Hits 1343 1242 -101 + Misses 15 9 -6 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sashabaranov commented 3 weeks ago

@kodernubie thank you for the PR!