This namespace contains 13 node(s).

Available Nodes

  • Collection - Get or create a collection. vector, embedding, collection, RAG, get, create, chroma
  • Count - Count the number of documents in a collection. vector, embedding, collection, RAG, chroma
  • Get Documents - Get documents from a chroma collection. vector, embedding, collection, RAG, retrieve, chroma
  • Hybrid Search - Hybrid search combining semantic and keyword-based search for better retrieval. Uses reciprocal r…
  • Index Aggregated Text - Index multiple text chunks at once with aggregated embeddings from Ollama. vector, embedding,…
  • Index Embedding - Index a single embedding vector into a Chroma collection with optional metadata. Creates a search…
  • Index Image - Index a list of image assets or files. vector, embedding, collection, RAG, index, image, batc…
  • Index String - Index a string with a Document ID to a collection. vector, embedding, collection, RAG, index,…
  • Index Text Chunk - Index a single text chunk. vector, embedding, collection, RAG, index, text, chunk, chroma
  • Peek - Peek at the documents in a collection. vector, embedding, collection, RAG, preview, chroma
  • Query Image - Query the index for similar images. vector, RAG, query, image, search, similarity, chroma
  • Query Text - Query the index for similar text. vector, RAG, query, text, search, similarity, chroma
  • Remove Overlap - Removes overlapping words between consecutive strings in a list. Splits text into words and match…