- Create indexes with different embedding functions.
- CPU and CUDA mode supported through SentenceTransformers library.
- OpenAI embeddings are also avilable.
Indexing.documents.mp4
- Attach indexes and tools to agents on the fly.
- Use them for doing Retrieval Augmented Generation (RAG).
Use.indexes.and.tools.with.agents.mp4
-
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
.