hi question, on enabling semantic search, how do i...
# community-help
i
hi question, on enabling semantic search, how do i use external embeddings provider other than openai/vertex/palm?
k
We only support those at the moment.
j
You can use openai-compatible APIs, by customizing the base url: https://typesense.org/docs/27.1/api/vector-search.html#using-openai-compatible-apis
There are projects like vLLM that expose various models behind an OpenAI API-like interface which would help