Did anyone succeed using the prototyper to setup a semantic search on an indexed vector search?
The AI keeps failing setting it up.
I don’t code and I only use the prototyper, so the help documents is not useful.
Did anyone succeed using the prototyper to setup a semantic search on an indexed vector search?
The AI keeps failing setting it up.
I don’t code and I only use the prototyper, so the help documents is not useful.
We wont be able to just give you code to make it happen as we do not know your project or what language you are coding in. Also since you say you dont know code, then it will be harder to explain from the ground up.
Since you are only using the code assist in your project and dont know code you will be reliant on that. However, here are some videos that may help.
These videos cover the native support for vector embeddings recently added to Firestore, which allows you to perform semantic searches directly on your database documents.
Firebase has introduced Firebase Data Connect, which uses a PostgreSQL backend to handle advanced vector search more robustly.
If you want a quick refresher in the future on the logic (turning text into coordinates), these are the gold standard for “non-coder” explanations:
Thank you for trying to help.
I don’t use data connect, I just use firestore which is basically hosting JSONs.
I now just want to chat with these without looping over them one by one with AI, which is what I am currently doing (and this costs a lot of time and money).
I installed the vector search on the wanted collection, and it created an index.
But now the AI has no clue how to create a vectorized search query to search in that index. And I cannot help it, despite giving it full up-to-date explanations with the help of GPT.