You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Currently we have support for embeddings, and we're able to save those embeddings but there are no vector database integrations available to scale the implementation for large amounts of vectors.
One of my favorite Vector DBs is Pinecone because of their community support and scalability.
While one could definitely just install the Piencone client separately and handle the logic themselves, building this integration into the Promptable framework, even just by providing a wrapper, would improve its usability.
Currently we have support for embeddings, and we're able to save those embeddings but there are no vector database integrations available to scale the implementation for large amounts of vectors.
One of my favorite Vector DBs is Pinecone because of their community support and scalability.
While one could definitely just install the Piencone client separately and handle the logic themselves, building this integration into the Promptable framework, even just by providing a wrapper, would improve its usability.
https://docs.pinecone.io/docs/node-client
The text was updated successfully, but these errors were encountered: