(SOLVED)
I have a knowledge base with a lot of arbitrary acronyms which I don't know in advance. When I try to query the FAISS index using an acronym, it fails to match any entries that contain the acronym. I guess because of tokenisation. The model I'm using for embeddings is sentence-transformers/multi-qa-mpnet-base-dot-v1.
Any ideas on an approach that will let me query the index with any acronym?