Lumos
Lumos copied to clipboard
A RAG LLM co-pilot for browsing the web, powered by local LLMs
This PR resolves https://github.com/andrewnguonly/Lumos/issues/36
- skip embedding if page content is already embedded - add configurable search parameters
Error when trying to load the extension, as is: 
I mean it's typically going to be pretty obvious when your fans whir up that something is accessing the LLM, but setting `OLLAMA_ORIGINS=chrome-extension://*` is a bit too loose. ``` #!/bin/bash...
This PR resolves https://github.com/andrewnguonly/Lumos/issues/24 - [x] ollama model selection - [x] ollama host config - [ ] content config - [ ] Update README