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.
I tried to reinstall LLocalsearch and I'm getting this error
=> ERROR [backend 3/3] RUN go install github.com/cosmtrek/air@latest 4.5s
[backend 3/3] RUN go install github.com/cosmtrek/air@latest:
4.041 go: downloading github.com/cosmtrek/air v1.52.2
4.368 go: github.com/cosmtrek/air@latest: version constraints conflict:
4.368 github.com/cosmtrek/air@v1.52.2: parsing go.mod:
4.368 module declares its path as: github.com/air-verse/air
4.368 but was required as: github.com/cosmtrek/air
failed to solve: process "/bin/sh -c go install github.com/cosmtrek/air@latest" did not complete successfully: exit code: 1
make: *** [Makefile:32: build-dev] Error 17
I tried to reinstall LLocalsearch and I'm getting this error
=> ERROR [backend 3/3] RUN go install github.com/cosmtrek/air@latest 4.5s