This namespace contains 13 node(s).
Available Nodes
- Collection - Get or create a named vector database collection for storing embeddings.
- Count - Count the number of documents in a collection.
- Get Documents - Get documents from a collection.
- Hybrid Search - Hybrid search combining semantic and keyword-based search for better retrieva…
- Index Aggregated Text - Index multiple text chunks at once with aggregated embeddings from Ollama.
- Index Embedding - Index a single embedding vector into a collection with optional metadata. Cre…
- Index Image - Index a list of image assets or files.
- Index String - Index a string with a Document ID to a collection.
- Index Text Chunk - Index a single text chunk.
- Peek - Peek at the documents in a collection.
- Query Image - Query the index for similar images.
- Query Text - Query the index for similar text.
- Remove Overlap - Removes overlapping words between consecutive strings in a list. Splits text …