Using Azure with Vector database #315
Unanswered
DC-Sebastian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have experience with Azure and using a Vector database. Normal requests to Azure work fine with openai-php, but when I make requests using a vector database I have to attach three additional parameters (azureSearchEndpoint, azureSearchKey, azureSearchIndexName). Has anyone done this successfully with the openai-php library?
The responses from Azure correspond to the usual openai structure, so I assume that openai-php should theoretically be able to handle this. I just don't know how to pass the 3 additional parameters.
Beta Was this translation helpful? Give feedback.
All reactions