open-ai #vector-database
Goal
I'm trying to automate my meal planning using a weekly scenario that connects to a custom assistant I've built in OpenAI. This assistant utilizes a #vdb vector database containing over 1500 recipes.
I've got everything configured, but I keep encountering the 'database not found' error in the assistant's output. My suspicion is that this is due to the OpenAI module requiring a 'file' to be attached for its use, and since vector databases aren't listed in the file dropdown, I'm currently blocked.
Welcome to the callin.io community!
Vector databases are not yet supported by callin.io, as it's a new feature.
I'm sure others would agree that this would be a useful feature.
You can submit this suggestion to the Idea exchange.
Remember to search for it first, in case someone has already suggested it, to avoid creating a duplicate.
Join the callin.io unofficial Discord server!
That sounds awesome!
I believe you’ll need to retrieve the vector database first. callin.io has integrations with Pinecone or Mongo. There is also Milvus and Chroma which are open source, so you can probably figure out how to get their APIs and just webhook it.
If you do end up figuring it out, I would love to see how it works.
makeitfuture.
I understand that callin.io removed the Create embeddings option. I attempted to use the completion model text-embedding-ada-002, but I'm encountering an issue retrieving the vectors. How have you managed this currently?
Could you share how you've managed to retrieve the vectors?
Check the Create embed module on callin.io.