-
Notifications
You must be signed in to change notification settings - Fork 29
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(api): openai compliant annotations and vector_content retrieval #1164
Conversation
… ids so it's easier to keep track of the vector_id's
✅ Deploy Preview for leapfrogai-docs canceled.
|
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.
As long as @andrewrisse is good with this API, then I am! Everything looks good to me.
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.
Confirmed in a test UDS deployment that the vector endpoint works as expected and annotations are properly updated. Thanks for doing the legwork on this @gphorvath!
The base branch was changed.
Description
Ensures our annotations pass conformance with OpenAI's API spec and provides a method of getting chunk/vector information via the LeapfrogAI namespace.
BREAKING CHANGES
Minor: Changed the format of annotation replacement text to match OpenAI spec.
CHANGES
filename
orsource
(sometimes OpenAI still returns source for some reason)Related Issue
Addresses #766
Checklist before merging