Can we use Synonym filter retrieval option which is available in Elastic Search in llama index framework #9325
Replies: 3 comments 6 replies
-
🤖 Hello @amitguptadumka! Great to see you back and interacting with the LlamaIndex repository again. Hope you're doing well. Based on the information available in the LlamaIndex repository, it appears that the framework does have built-in functionality for interacting with Elastic Search's vector database. This is evident from the However, there is no explicit mention or evidence of support for Elastic Search's native synonym filter retrieval functionality within the LlamaIndex framework. The It's possible that this functionality could be implemented manually by extending the If you have more specific information about how you're hoping to use the synonym filter retrieval functionality with LlamaIndex, I might be able to provide a more detailed or helpful response. For example, are you looking to use this functionality as part of the process of adding or querying nodes in the Elasticsearch index, or in some other context? Here is the link to the ElasticsearchStore class for your reference. SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
@dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
@dosu-bot |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have my embedding stored in Elastic search vector db created via Llama index framework. Now ES has native synonym filter retrieval functionality.
In llama index framework can i use that functionality, if yes how?
Beta Was this translation helpful? Give feedback.
All reactions