Weaviate Startup Issue - WCS gRPC Connection error
DudaNogueira: support@weaviate.io Got it. Will do @DudaNogueira
View ArticleWeaviate didn't startup
I am using python 3.11 and weaviate client 1.25 version. On trying to connect with weaviate I get this below error. \weaviate\connect\connection.py", line 657, in wait_for_weaviate raise...
View ArticleError when Data Stored in AWS EFS
Thanks @andrewisplinghoff for looking into it. @DudaNogueira Whenever you get any update from the developers, then please let us know as it is critical for us. Thanks in advance.
View ArticleIssue with ‘store is read-only’ in Weaviate Docker Deployment
Hello Weaviate Community, I am encountering an issue with my Weaviate instance that I deployed using Docker. When attempting to store data, I receive the following error message: put object: import...
View ArticleWeaviate didn't startup
Hello @shaheen, Welcome to our community! It’s great to have you here Can you share the code you’re using to connect? This issue is usually related to connectivity or an incorrect URL.
View ArticleIssue with ‘store is read-only’ in Weaviate Docker Deployment
Hello @fr_yuan, Welcome to our community! It’s great to have you here The issue is likely due to running out of disk space. However, since you’ve checked and everything seems fine, I suggest setting...
View ArticleWeaviate didn't startup
weaviate_client = weaviate.Client( url=settings.weaviate_url, auth_client_secret=weaviate.auth.AuthApiKey(api_key=settings.weaviate_api_key), additional_headers={ “X-Azure-Api-Key”:...
View ArticleHow to use Question Answering module with TypeScript v3 client?
DudaNogueira: grpc Thanks for the explanation. To me, it looks more like the issue with the client library’s API and the necessity to write complex raw queries than the need for this module to use the...
View ArticleVertex AI and Weaviate
Hi @antas-marcin , I have the following versions weaviate-client == 4.5.5 gemini-pro==gemini-1.5-pro-001 Do you have a reference architecture / repo that I can refer to? thanks
View ArticleVertex AI and Weaviate
hi @gratchie11 ! Can you try with the latest version? Also, can you share some code we can reproduce this issue? Thanks!
View ArticleWeaviate didn't startup
Thank you so much for details. Could you please try with the following and let me know: client = weaviate.Client( url=“”, auth_client_secret=weaviate.AuthApiKey( “”), additional_headers={...
View ArticleError when Data Stored in AWS EFS
Hi! I have asked our team to take concentrate the discussion on this issue as it seems related (unless it is not): github.com/weaviate/weaviate Backup gets stuck and Weaviate as well opened 11:38AM -...
View ArticleHow to use Question Answering module with TypeScript v3 client?
I understand. However, the problem is that the new clients (both python v4 and ts v3 and) relies on GRPC for querying. The old ones builds the graphql using the client syntax. The new one builds the a...
View ArticleHow to use Question Answering module with TypeScript v3 client?
evenfrost: To me, it looks more like the issue with the client library’s API and the necessity to write complex raw queries than the need for this module to use the new protocol To give a bit more...
View ArticleHow to check size of cluster (GB/MB and not number of objects)
On the Weaviate dashboard I am able to see the number of objects stored and dimension stored. I want to see how much MB/GB the cluster takes. I tried going through the documentation about collections...
View ArticleAuthorization header is correct, but the token seems invalid
hi @Anna_Caroline_Symond !! Welcome to our community This message comes directly from hugging face Api. It indicates that your Hugging Face api token is wrong, not Weaviate’s. Also, there are some...
View ArticleHow to check size of cluster (GB/MB and not number of objects)
hi @SmitNGRA !! Those informations are not exposed in our Cloud Console. We are working on having more metrics exposed in our dashboard. But for now, I don’t have an ETA Thanks!
View ArticleImport custom data in Verba
hi @maiduchuy321 !! Really sorry, missed this message The best way to ingest data into Verba is using its own UI. There are some improvements coming to Verba v2 (under development) that will help bulk...
View ArticleGraphQL rebuild error after rolling one or more replicas
hi @elias.gabriel !! Welcome to our community Sorry! Missed this message. Just discovered some messages that went under my radar Do you still face this issue? Some questions: Have you deployed this...
View ArticlenamedVectors with custom embedder?
hi @noban !! Welcome to our community! Sorry! Missed this message. Just discovered some messages that went under my radar Hope you were able to solve this already Luckly, I have just crafted some...
View Article