-
Notifications
You must be signed in to change notification settings - Fork 679
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
using Docker in the welcome page #286
Comments
Thanks for the issue! It's happening because the v2 Verba is trying to create a new collection called VERBA_Config, if you used v1 before, the old VERBA_Config is already existing, but the v2 can't recognize it because we're using the UUID as ID. |
where do I look on a Mac for the collection so I can delete them ? |
If you're using Verba with Weaviate Embedded, the data should be located |
I deleted all things under share and still see this issue with the same error : |
Are you using Weaviate Embedded or a Cluster? |
I am using Weaviate deployed in Docker |
Description
when I try to use Docker in the welcome page after I locally deployed my verba using docker I get this error :
Failed to connect to Weaviate Collection may not have been created properly.! Unexpected status code: 422, with response body: {'error': [{'message': 'class already exists: found similar class "VERBA_Config"'}]}.
Installation
If you installed via pip, please specify the version:
Weaviate Deployment
Configuration
Reader:
Chunker:
Embedder:
Retriever:
Generator:
Steps to Reproduce
I just downloaded all files and build my docker using the commands below:
git clone https://github.com/weaviate/Verba
docker compose --env-file up -d --build
Additional context
I am on Mac Apple M1 Max , local link is the only thing working for me on the welcome page
The text was updated successfully, but these errors were encountered: