You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
568: Add Embedder.URL r=brunoocasali a=polyfloyd
# Pull Request
## What does this PR do?
Partial fix for #576
The documentation for the Ollama Embedder states that there is an `url` field that can be used to specify how Ollama can be reached. However, this field is not present yet in this client library.
See: https://www.meilisearch.com/docs/learn/experimental/vector_search#generate-auto-embeddings
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: polyfloyd <[email protected]>
Following this central issue
Explanation of the feature
query
,inputField
,inputType
,pathToEmbeddings
andembeddingObject
.request
andresponse
headers
url
parameter to the OpenAI embedderdimensions
is now available as an optional parameter forollama
embedders.Usage: https://meilisearch.notion.site/v1-10-AI-search-changes-737c9d7d010d4dd685582bf5dab579e2?pvs=74
TODO
query
,inputField
,inputType
,pathToEmbeddings
andembeddingObject
.request
,response
andheaders
(cf usage for more information)url
parameter to the OpenAI embedderdimensions
for Ollama embedders.The text was updated successfully, but these errors were encountered: