Verba icon indicating copy to clipboard operation
Verba copied to clipboard

Can't connect to local Weaviate URL

Open samos123 opened this issue 5 months ago • 6 comments

I went through the code and seems it will always try to use WCS. There is no way to provide a URL to self-hosted Weaviate in Verba.

image Failed to connect to Weaviate Couldn't connect to Weaviate, check your URL/API KEY: Invalid port: '8080:443'

Trying latest Verba with my local Weaviate installation with local KubeAI install.

I will add more details later.

export OPENAI_API_KEY=thisIsIgnored
export WEAVIATE_URL_VERBA=http://localhost:8080
export OPENAI_BASE_URL=http://localhost:8000/openai/v1
verba start --port 8001

Installation

  • [X] pip install goldenverba
  • [ ] pip install from source
  • [ ] Docker installation

If you installed via pip, please specify the version:

Weaviate Deployment

  • [x] Local Deployment
  • [ ] Docker Deployment
  • [ ] Cloud Deployment

Configuration

Reader: Chunker: Embedder: Retriever: Generator:

Steps to Reproduce

Additional context

samos123 avatar Sep 10 '24 01:09 samos123