Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

RAG ingestion and chat pipelines#161

Merged
danmcp merged 1 commit into
instructlab:mainfrom
dmartinol:rag-embed-and-chat
Jan 22, 2025
Merged

RAG ingestion and chat pipelines#161
danmcp merged 1 commit into
instructlab:mainfrom
dmartinol:rag-embed-and-chat

Conversation

@dmartinol
Copy link
Copy Markdown

@dmartinol dmartinol commented Dec 2, 2024

Introducing ilab commands changes to support the RAG ingestion and chat pipelines:

  • RAG conversion: a new command to process customer documentation. Either from knowledge taxonomy or from actual user documents.
  • RAG ingestion: a new command to generate and ingest embeddings from pre-processed documents into a configured vector store.
  • RAG chat: augment the context of the chat command with the result of a similarity search executed on the ingested database, to increase the accuracy of the response.

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.