demos.md

September 1, 2023 ยท View on GitHub

Creating Indexes

  • Create indexes with different embedding functions.
  • CPU and CUDA mode supported through SentenceTransformers library.
  • OpenAI embeddings are also avilable.

creating indexes

Use indxes and tools with agents

  • Attach indexes and tools to agents on the fly.
  • Use them for doing Retrieval Augmented Generation (RAG).

using indexes and tools with agents

Fuzzy select sources and edit messages

  • Use ctrl+p to select and edit source documents used for retrieval Q&A. Selection is sent as stdin to the program exported in $SELECTOR

  • Use ctrl+e to edit the agent reply or input using an external $EDITOR.

fuzzy select and edit