Fredy D. | AmigoPago
CCConvex Community
•Created by Fredy D. | AmigoPago on 10/14/2024 in #support-community
Vector search with images using Convex
Hi, everyone. I'm considering using Convex for a react app where the input is an image(of a product) provided by the user, and the output should be the info of the product in the image. This would be a basic customer support app where the user take a picture of the product he has problems with and the app recognizes the product using the image and provides info(FAQs or related). The idea would be to vectorize all the product images, save them in a vector DB, and use it for a vector search. I have found examples using Supabase as the DB.
How suitable would be Convex for this project?
Do you have any sample project/repository I could use as a reference?
Thx for your help.
2 replies
CCConvex Community
•Created by Fredy D. | AmigoPago on 10/2/2024 in #support-community
Is convex.dev suitable for a Web3(crypto) project?
Hi, everyone. I'm starting a new Web3 project and I'm considering using Convex as the backend. While I was working on a previous AI project using Convex I saw some parameters in the Auth API documentation that looks like were related to crypto wallet. Do you have any sort of libraries that would make it easy to login/singUp using a crypto wallet or support any wallet integration? Also, do you have any sample web3 projects or know of any other web3 projects using convex and with their github repositories public for reference?
5 replies
CCConvex Community
•Created by Fredy D. | AmigoPago on 10/2/2024 in #support-community
running AI Chat with vector search sample
I'm new to the Convex platform,
3 replies
CCConvex Community
•Created by Fredy D. | AmigoPago on 8/26/2024 in #support-community
Help consuming an endpoint(for an internalAction) from App.tsx
I'm new to the Convex platform, and while running the sample repository from this article(https://stack.convex.dev/ai-chat-using-langchain-and-convex#ingest-data-loading--splitting--embedding-data) I realized I don't know how to consume the endpoint they created with this line (https://github.com/get-convex/convex-ai-chat-langchain/blob/97610aa58f73ac5abaabdb1e926efceb6ff340f7/convex/ingest/load.ts#L35). I have tried different scripts I found in internet but nothing has worked so far.
Can anyone help please?
Thanks in advance!!!
11 replies