Skip to content

[REVIEW] fix rag following latest cline upgrade#63

Open
hugolatendresse wants to merge 11 commits into
latest_clinefrom
fix_rag
Open

[REVIEW] fix rag following latest cline upgrade#63
hugolatendresse wants to merge 11 commits into
latest_clinefrom
fix_rag

Conversation

@hugolatendresse

@hugolatendresse hugolatendresse commented Mar 7, 2026

Copy link
Copy Markdown
Owner
  • Now able to get Aria to try to invoke search_actuarial_tools
  • Updated to Gemini's gemini-embedding-001 (their only active embedding model). . Anthropic doesn't not expose embedding models.
  • We are not constrained by only being able to use a Gemini key for everything. As long as a cline account is connected and the user also has provided a Gemini API key to cline, we can use Claude models for the chatbot and the vector search will use Gemini.
  • Also deleted the old RAG logic we don't need anymore.

Don't forget:
npm cache clean --force
npm run install:all
npm audit fix
npm run protos


Rebuilt RAG index with:
source venv/bin/activate
cd /home/hugo/code/aria
pip install -r requirements.txt
cd rag
python export_index.py --rebuild


Below is an example of RAG answer obtained from the Werner textbook while using claude-sonnet.

image

@hugolatendresse hugolatendresse marked this pull request as ready for review March 7, 2026 01:04
@hugolatendresse hugolatendresse marked this pull request as draft March 7, 2026 01:20
@hugolatendresse hugolatendresse changed the title fix rag following latest cline upgrade [REVIEW] fix rag following latest cline upgrade Mar 17, 2026
@hugolatendresse hugolatendresse marked this pull request as ready for review March 17, 2026 15:26
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.

1 participant