nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
Apache License 2.0
5.59k stars 354 forks source link

Error/warning on Apple Silicon #87

Closed arsaboo closed 5 months ago

arsaboo commented 5 months ago

I am seeing the following on my terminal when I run the container:

! frontend The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

Everything is working, but I guess it is due to a platform mismatch and this warning/error could be gracefully handled.

nilsherzig commented 5 months ago

oh good point, i should also build containers for arm, thanks :)

nilsherzig commented 5 months ago

closing for #90