Description
Hi,
I’ve noticed that when using the text2vec-contextionary
, one can add custom words or abbreviations (referred to as “concepts”) through the v1/modules/text2vec-contextionary/extensions/
endpoint. However, I am not utilizing the Contextionary model in my implementation.
I am already using Hybrid Search. Hence, the only solution I’ve identified is to fine-tune the embedding model I’m using to better capture the context and meaning of these abbreviations. While this approach seems promising, I’m wondering if there are any alternative methods or best practices within Weaviate that could help with this issue.
Has anyone faced a similar challenge or found effective ways to handle abbreviations in their embeddings without relying on Contextionary? Any insights or suggestions would be greatly appreciated!