Skip to content

feat(rag): Integrate live web search into RAG context - #583

Merged
haiphucnguyen merged 1 commit into
askimo-ai:mainfrom
rocket-a12:feature/add-rag-web-search-to-rag
Jul 31, 2026
Merged

feat(rag): Integrate live web search into RAG context#583
haiphucnguyen merged 1 commit into
askimo-ai:mainfrom
rocket-a12:feature/add-rag-web-search-to-rag

Conversation

@rocket-a12

Copy link
Copy Markdown
Contributor

My company needs to support web search in RAG. This PR integrates the feature into Askimo by adding a Web chip to the project chat input that lets users include live web results in the RAG context on demand.

Behaviour
Add the additional websearch chip in ChatInputField. The chip is off by default and only appears in project chat when AppConfig.webSearch.enabled is true. Toggling it mid-session rebuilds the retriever for the next message without losing conversation history.

- Enables users to include real-time web search results in the RAG pipeline.
- Adds a per-session toggle to enable or disable web search for current sessions.
- Introduces `WebSearchContentRetriever` for handling external web data retrieval.
- Updates UI and services to manage the web search state across sessions.
@CLAassistant

CLAassistant commented Jul 31, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@haiphucnguyen haiphucnguyen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @rocket-a12 for this great feature

@haiphucnguyen
haiphucnguyen merged commit b1aba6e into askimo-ai:main Jul 31, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants