Lumos icon indicating copy to clipboard operation
Lumos copied to clipboard

A RAG LLM co-pilot for browsing the web, powered by local LLMs

Results 48 Lumos issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/andrewnguonly/Lumos/assets/7654246/9d4c7967-87b1-42be-adae-d3aa9e201a6b)

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