-
Notifications
You must be signed in to change notification settings - Fork 357
Feature: add typesense remote embedding settings #934
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
Feature: add typesense remote embedding settings #934
Conversation
This PR adds the capability of customizing typesense performing remote embedding behavior through specifying parameters in config/scout.php file. Related documentation: https://typesense.org/docs/29.0/api/vector-search.html#remote-embedding-api-parameters
I need a review from Typesense on this one. @tharropoulos
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.
These are runtime parameters on the import
API, so adding them in the scout config falls in line with how we already handle the rest of the collection configuration.
They're being initialized to their defaults, so it's correct.
Hi @taylorotwell , just a quick nudge on this PR. Whenever you have a moment, would love to hear your feedback. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
This PR adds the capability of customizing the behavior of typesense performing remote embedding through specifying parameters in config/scout.php file.
Related documentation:
https://typesense.org/docs/29.0/api/vector-search.html#remote-embedding-api-parameters