Skip to main content

Installation

Quickstart (search only)

Add namespace metadata during ingest

Notes

  • MemoryVectorStore is great for prototyping; switch to PgVectorStore for persistence.
  • answer chains search + generation if you need a full RAG response; answer.stream streams tokens when the model supports it.