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

using Docker in the welcome page #286

Open
4 tasks
kmashal opened this issue Sep 16, 2024 · 6 comments
Open
4 tasks

using Docker in the welcome page #286

kmashal opened this issue Sep 16, 2024 · 6 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@kmashal
Copy link

kmashal commented Sep 16, 2024

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

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

If you installed via pip, please specify the version:

Weaviate Deployment

  • Local Deployment
  • [X ] Docker Deployment
  • Cloud 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

@thomashacker thomashacker added bug Something isn't working documentation Improvements or additions to documentation labels Sep 17, 2024
@thomashacker
Copy link
Collaborator

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.
We'll add a fix to that to automatically detect these cases, as workaround you can delete the collection manually or remove the whole weaviate cluster itself and rebuild it

@kmashal
Copy link
Author

kmashal commented Sep 17, 2024

where do I look on a Mac for the collection so I can delete them ?

@thomashacker
Copy link
Collaborator

If you're using Verba with Weaviate Embedded, the data should be located ~/.local/share/weaviate
If you're using Verba with a Weaviate Cluster you can use Collection interface to individually edit your data there as well

@kmashal
Copy link
Author

kmashal commented Sep 25, 2024

If you're using Verba with Weaviate Embedded, the data should be located ~/.local/share/weaviate If you're using Verba with a Weaviate Cluster you can use Collection interface to individually edit your data there as well

I deleted all things under share and still see this issue with the same 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"'}]}.

@thomashacker
Copy link
Collaborator

Are you using Weaviate Embedded or a Cluster?

@kmashal
Copy link
Author

kmashal commented Oct 7, 2024

Are you using Weaviate Embedded or a Cluster?

I am using Weaviate deployed in Docker

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

No branches or pull requests

2 participants