Feature Request: Add API Base configuration to OpenAI embedder #759
Closed
ifsheldon
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 2 replies
-
Hello @ifsheldon , thanks for your feedback! Would you be able to add your comment to https://github.com/orgs/meilisearch/discussions/677 ? We're using that discussion to gather all the embedder and hybrid search feedback as we prepare to stabilize the feature. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Please consider adding configuration on API base for OpenAI embedder.
Currently it's hardcoded
https://github.com/meilisearch/meilisearch/blob/809e742253511dae3adab970592f5a76f8c7d182/milli/src/vector/openai.rs#L145
but in enterprise env, we may need to access the service with a different URL or a proxy, which is done by changing the URL base. The official
openai
python library support this.Beta Was this translation helpful? Give feedback.
All reactions