Integrate vector database capabilities in Mendix - Mendix Forum

Integrate vector database capabilities in Mendix

8

I am currently integrating Pinecone in my app and that works like a charm, but of course you have to call their REST API which makes it slower than when it would be directly integrated in Mendix.

 

I see Postgres has pgVector, so maybe this could be enabled so that we can build similarity searches directly from Studio Pro. How awesome would that be.

asked
4 answers

Great stuff. Thanks Tina!

Created

Hi Bart,

we have released a PgVector Knowledge Base Connector that allows you to easily store vectors in a PostgreSQL database and perform cosine similarity calculations directly from your Mendix app. Metadata filtering based on labels is also supported: https://marketplace.mendix.com/link/component/225063

 

An example implementation of the module can be found in the OpenAI showcase app: https://marketplace.mendix.com/link/component/220475

Created

Meta data filtering for instance: https://docs.pinecone.io/docs/metadata-filtering

Created

That would be really cool!

 

Only bump on the road that I can see is access rights. How would you propose this would work?

Created