th3f001

Results 4 comments of th3f001

the following seems to work to build the container: FROM ubuntu:latest RUN mkdir /app COPY ./* /app/ WORKDIR /app RUN apt update RUN apt install --yes python3 python3-dev git python3-pip...

Same error (IndexError: index is out of bounds for dimension with size 0) here on MacOS 14.6.1 at every attempt to use vision capabilities with local models served by Ollama.

...or maybe decouple the functionality from the workspace embedder (that I would assume is meant to be used with text-based files to be organized in chunks before being sent to...

+1 on adding RAG capabilities to Open Interpreter. Otherwise, the only way to pass specific "knowledge" (i.e. a PDF manual of a CLI tool; a link to the man page...