Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 943 Bytes

demos.md

File metadata and controls

30 lines (15 loc) · 943 Bytes

Creating Indexes

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

Use indxes and tools with agents

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

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.sources.and.edit.messages.mp4