Keith Hanson
Keith Hanson
Hm. +1 for me as well. I'm hoping to implement a completely local embed/query agent, so I'm hoping this can be integrated or someone could point me at how to...
I've taken my first stab here - will submit a proper pull request soon: https://github.com/KeithHanson/embedchain/tree/ollama-embedding-provider ## ollama_embedchain.yaml ``` llm: provider: ollama config: model: 'eas/nous-hermes-2-solar-10.7b' temperature: 0.5 top_p: 1 stream: true...
> "embedder": { > "provider": "huggingface", > "config": { > "model": "BAAI/bge-small-en-v1.5" > } > } That is the huggingface provider, not embedding via ollama, just fyi. This will indeed...
Hm. Can confirm, I'm having issues as well. I've managed to capture this log if it seems useful to anyone: ``` update:24 POST http://192.168.1.36/update net::ERR_CONNECTION_RESET (anonymous) @ update:24 Promise.then (async)...
Digging into this, it looks like it's due to the partition scheme not having enough space for the incoming firmware. Haven't gotten any of the options in the Arduino IDE...
Once I set any partition scheme to something with OTA, and try to upload ElegantOTA's demo, all things work. Once I go back to my own code, something breaks. Whittling...
Another user reporting similar feedback here: https://github.com/ayushsharma82/ElegantOTA/issues/89
I have tried so many different configurations now of OTA partitions. Default sketch for ElegantOTA works over many different versions of partition layouts. Once I add in my libraries, things...
Whelp. After wrestling with this all day, I just decided to abandon the current arduino project, start from scratch. In Arduino 1.8.19, using the github master zip downloads for all...
Thank you for responding so quickly! DIY is my approach to handling a fleet of pole cameras for our municipality. We have a decentralized, edge-based, DIY approach. So far, our...