How to Use Custom Embedding Models for Semantic Search in Mendix?
0
I want to implement semantic search using my own data as a knowledge base. Is there any option to use custom or alternative embedding models (e.g., Sentence Transformers) for generating embeddings from text chunks and storing them in a pgVector database?Currently, I can’t find any configuration or options for using custom models instead of the default ones (like OpenAI or Mistral) on the frontend. Could someone guide me on how to integrate custom embedding models for semantic search in Mendix?