Steve

Results 41 issues of Steve

The generated docker-compose.yml file below is not accepted by docker compose ``` version: "3" services: seafile-memcached: container_name: seafile-memcached entrypoint: - memcached - -m - 256 ``` I had to group...

The user migth be interested to get a google search result that is less than 1 month (like a fresh assistant), or only interested in PDF. Would it be possible...

using the latest git pull: ``` docker compose build [+] Building 75.7s (11/14) docker:default => [gpt-pilot internal] load build definition from Dockerfile 0.3s => => transferring dockerfile: 941B 0.0s =>...

bug

### Contact Details _No response_ ### What happened? My end point (openrouter) was returning an error (You are out of credits.) but I identified while running the docker (latest build)...

bug

I can't find documentation to build it myself; so I tried: `docker-compose build up` But I got multiple errors amoung: > chat-ui/.env: line 23: unexpected character "\"" in variable name...

support

I created a .env.local as: ``` MONGODB_URL=mongodb://localhost:27017 MONGODB_DB_NAME=chat-ui MONGODB_DIRECT_CONNECTION=false COOKIE_NAME=hf-chat HF_TOKEN= HF_API_ROOT=https://api-inference.huggingface.co/models OPENAI_API_KEY= ``` Then I tried: ``` npm install #everything went fine npm run dev -- --host 0.0.0.0 ```...

support

I am not sure what should be shared in this case, but I am getting this error message. Let me know if I can run it with debugs. Also, I...

### Discord username (optional) _No response_ ### Operating System MacOS ### Operating System and Version 14.3.1 (23D60) ### Local Shell Version zsh 5.9 ### Remote Shell Version bash 5.1.16(1)-release ###...

Bug
SSH

While I set _DOCUMENT_ENCODER_MODEL_ to mistral (should it be ollama/mistral?), danswer still thinks it should load the model from HF. Is there a way to force him to connect to...

Stale

While I pulled already llama2:7b , I wanted to install llama2 (without the 7b tag). My understanding was that it was the same exact model (same hash), so maybe ollama...