Skip to content

feat: Making feast vector store with open ai search api compatible #6121

Draft
patelchaitany wants to merge 1 commit intofeast-dev:masterfrom
patelchaitany:enh/openai-compatibel-store-api
Draft

feat: Making feast vector store with open ai search api compatible #6121
patelchaitany wants to merge 1 commit intofeast-dev:masterfrom
patelchaitany:enh/openai-compatibel-store-api

Conversation

@patelchaitany
Copy link
Contributor

What this PR does / why we need it:

This PR making the feast vector store api with open ai search api compatible so.

the current changes are creating an new rest api end point which is compatible with open ai search api and also it include an extra field in the metadata named features_to_retrieve(allows to retrieve specific feature) and content_field (which field include the main content or Chunk document)

what things are missing :

 1. It only supports the normal query string need to have some embedding mode which embed the query string.
 2. If need it could also support the feature service
 3. Support the filters params (Require changes in the vector store retrieve query.) 

Which issue(s) this PR fixes:

#5615

Misc

@ntkathole ntkathole changed the title feat: making feast vector store with open ai search api compatible feat: Making feast vector store with open ai search api compatible Mar 17, 2026
@patelchaitany patelchaitany force-pushed the enh/openai-compatibel-store-api branch from d9d1f33 to 88b365a Compare March 18, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant