anything-llm icon indicating copy to clipboard operation
anything-llm copied to clipboard

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

Results 1086 anything-llm issues
Sort by recently updated
recently updated
newest added

Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File...

duplicate

I tried running it on windows 10, got following error: 'cp' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit...

I was getting errors when inserting a large .docx (`"wordCount": 225518, "token_count_estimate": 47635`) file's vectorIds into the document_vectors table: `Error: SQLITE_BUSY: database is locked` I took a look at the...

Hey @timothycarambat , heard about this project yesterday and love the concept! I am running Ubuntu on WSL2 and I am able to get the frontend and server up but...

question

#26 - Docker related items are in `./docker/` - Running `docker-compose.yml` file from the `./docker/` directory will build an image which - Installs system dependencies - Installs frontend and backend...

My .env.development looks like this: ``` SERVER_PORT=3001 OPEN_AI_KEY=sk-..... OPEN_MODEL_PREF='gpt-3.5-turbo' CACHE_VECTORS="true" # Enable all below if you are using vector database: Chroma. # VECTOR_DB="chroma" # CHROMA_ENDPOINT='http://localhost:8000' # Enable all below if...

question

Seems to be running a bit smoother now. Nothing is green in settings... Not sure how to switch to convo mode without unnattaching docs. No console errors. Does this prototype...

The server and frontend are set up and working, but when trying to add documents to a workspace (clicking the + folder icon), I get this error: `Uncaught TypeError: Cannot...

question

Would it be a reasonable feature to allow temperature to be a user-defined environment variable instead of hardcoded as 0.7? I ask because when using the app as an internal...

enhancement
os: all
stage: specifications

Instead of 3 separate folders - we can package the entire application into a known environment to prevent conflicting library installs so those who run Docker on their machine can...

enhancement