Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to local Weaviate URL #279

Open
2 of 6 tasks
samos123 opened this issue Sep 10, 2024 · 6 comments
Open
2 of 6 tasks

Can't connect to local Weaviate URL #279

samos123 opened this issue Sep 10, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@samos123
Copy link
Contributor

samos123 commented Sep 10, 2024

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

  • pip install goldenverba
  • pip install from source
  • Docker installation

If you installed via pip, please specify the version:

Weaviate Deployment

  • Local Deployment
  • Docker Deployment
  • Cloud Deployment

Configuration

Reader:
Chunker:
Embedder:
Retriever:
Generator:

Steps to Reproduce

Additional context

@nisarpro
Copy link

same to me

@adchadal
Copy link

reported similar issue #282

@thomashacker thomashacker added the bug Something isn't working label Sep 13, 2024
@thomashacker
Copy link
Collaborator

Thanks for the issue! We're working on a fix 🚀

@adchadal
Copy link

Thanks for the issue! We're working on a fix 🚀

Thank you !

@tusharrasal
Copy link

same to me

@thomashacker
Copy link
Collaborator

I added a new deployment option, Custom, which should allow you to connect to custom Weaviate instances with custom hosts and ports. Let me know if this works for your Kubernetes setup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@samos123 @nisarpro @thomashacker @tusharrasal @adchadal and others