Hi everyone, I have a couple of questions - - Can ...
# community-help
a
Hi everyone, I have a couple of questions - • Can we pass externally generated embeddings for auto-embedding field? ◦ I can generate embeddings externally (model is available on typesense cloud as well) but when searching (e.g. vector search), I have to pass embeddings to, so the search experience gets slower. If I could use auto-embedding for query but pass externally generated embeddings when importing docs, it'd be great. • If document was matched on a field, can we return the document only if it was exact match (e.g. entire text) or it matched 1+ keywords? ◦ I search on multiple fields, and tried to use weights but they weren't useful in this specific case. What I want is to search on a field but it should only consider that field when 1+ keywords matches or if its an exact match. Not sure if its doable. Thank you! 🙏