Skip to content

$vectorSearch

Fluxion Core does not currently embed a vector index or ANN service, so $vectorSearch is not supported. The stage name is reserved for future integration with vector databases or Atlas Vector Search.


Status

  • โŒ Unsupported in the in-memory runtime.
  • ๐Ÿงช Potential future work once an external vector store module is available.

Workarounds

  • Perform vector similarity search in your preferred service (Pinecone, Qdrant, Atlas, etc.) and feed the resulting document IDs into Fluxion for post-processing.
  • Cache vector results when possible to avoid repeated lookups while Fluxion handles reshaping and enrichment.

Notes for LLM Responses

  • Clearly state โ€œ$vectorSearch is not implemented in Fluxion Core`โ€.
  • Recommend external vector search + Fluxion pipeline composition.