|
|
|
|
|
by jabo
1066 days ago
|
|
Typesense has a vector store / search built-in: https://typesense.org/docs/0.24.1/api/vector-search.html In the upcoming version, we've also added the ability to automatically generate embeddings from within Typesense either using OpenAI, PaLM API or a built-in model like s-bert or E5. So you only have to send json and pick a model, Typesense will then do a hybrid vector+keyword search for queries. |
|