A ChromaDB vector database node in n8n, enabling seamless integration with one of the leading open-source embedding databases for AI applications.
My use case:
I am building an AI-driven application that requires efficient vector search and retrieval. ChromaDB is a powerful option for handling embeddings, and having an n8n node would allow workflows to store, query, and manage vector data efficiently.
Example use cases:
Storing and retrieving vector embeddings from text, images, or other data sources.
Enhancing AI applications with similarity search and recommendation systems.
Automating ingestion and querying of embeddings using n8n workflows.
Chroma is definitely a good candidate for official support in n8n. Does anyone know if there is a Community node that can be used while waiting for the official node to arrive?
I created a ChromaDB Node for one of my projects. Works fine, and I’ve built a fair number of tests for it (tests seem to be lacking in a lot of the code base?!). If there’s still interest, I can submit it as a PR for official support (assuming we can convince them to request it)