Verba doesn't read my .env-file

Hi !
I have a debian linux runing all fine.

I have made a venv and installed Verba with pip install .
I have made a verba.env file and placed it in the venv/verrba/ folder.

In the file I have spec for Ollama and 2 api-keyes

GNU nano 7.2 verba.env
OLLAMA_MODEL=“dolphin-mistral”:latest
OLLAMA_EMBED_MODEL=“snowflake-arctic-embed”
OLLAMA_URL=“http://localhost:11434

COHERE_API_KEY=“ZvyJeBa6Cab7KLBI8wlIDyGRzQ3uokGJVpeRK”

OPENAI_API_KEY=“org-kMcoaROCz7eZHtFn727fe”

I have ttyed both with and with out =“”

I have chmod 777 on it for full access.

It just gets ignored.

What am I missing?

Best regard
//Magnus

  • Weaviate Server Version:
  • Deployment Method:
  • Multi Node? Number of Running Nodes:
  • Client Language and Version:
  • Multitenancy?:

Any additional Information

hi! Welcome to our community :hugs:

The environment variable file must be called .env and not verba.env

Ps: @hugmun hope those keys are not valid ones :grimacing:

Let me know if this helps!

Thanks!