How to handle error for Batch Import (add_object) when weaviate instance...
Description I am trying to use weaviate v4 python client to batch import data into my weaviate. This is the code setup: client = weaviate.connect_to_local(WEAVIATE_HOST, WEAVIATE_PORT) data_jsons =...
View ArticleMemory Leak with S3 backup module: Memory Usage Remains High After Backups
Hi @DudaNogueira , Thank you for the quick response and for confirming that the issue is on the team’s radar. I’ll look into tweaking the cpuPercentage setting as a mitigation and see if it improves...
View Article[Docs] Image+text hybrid search on cross references
Hi Weaviate Community, I am currently working with the multi2vec-clip module to perform hybrid text+image searches. I have a class called Dog that includes the following properties: breed color...
View ArticleHow to handle record already exists insert error
If a record already exists, then inserting it will cause a 422 error. However, I’m confused on how to handle this error as it emits an “UnexpectedStatusCodeError” In this Python code, how can I...
View ArticleError restoring backup and file corruption
Hi @DudaNogueira, Backups comes from a weaviate 1.26.3. We have two environments, one with weaviate 1.26.3, one with weaviate 1.26.6. Backup from October 29th restores correctly on both environments....
View ArticleDarshan Hiranandani : How to Upgrade Docker Image to Latest Version and...
Hello team, I’m Darshan Hiranandani, currently using Docker image version 0.19.0 locally, and I’m looking to upgrade to the latest version. Can anyone guide me on how to do this properly?...
View ArticleHow does encryption work on Weaviate?
Could you kindly guide me to the documentation or environment variable that enables the use of the encryption at rest feature in Weaviate?
View ArticleDarshan Hiranandani : How to Upgrade Docker Image to Latest Version and...
hi! 0.19.0 is a really old version. Depending on the size of your dataset it is better to spin up a new cluster on latest and migrate your data over. If you want to go the route of migrating the...
View Article[Docs] Image+text hybrid search on cross references
Hi @Sik819, welcome to the community. Sik819: How can I perform a hybrid search that includes the breed, color, and description properties from the Dog class and the cross-referenced encodedImage...
View ArticleCohere Reranker not working in APi anymore
Thanks for your message @DudaNogueira ! I think we already have cohere active in our Modules. At least I can see following Enabled Modules: I am not sure if we actually have the wrong ones active...
View ArticleCohere Reranker not working in APi anymore
Ah, ok. When the issue is with an instance in our cloud, the best place to ask for support is following this for opening a support ticket: console.weaviate.cloud Weaviate Cloud Weaviate Cloud That way...
View ArticleHow does encryption work on Weaviate?
hi @Tibin_Lukose !! Welcome to our community The encryption at rest should be handled by the deployment, such as docker or kubernetes. So there isn’t a variable you can set. Let me know if this helps!...
View ArticleGet named vectors in GraphQL
Description Hi! I have been using the graphql api for iteracting with my weaviate db and currently I have included a colleciton with named vectors. However, I can not find anywhere on how can I get...
View ArticleWhat is the process for changing vectorizer model
Description What is the process for changing the vectorizer model in my schema? $schema = [ “class” => “SolrCopy01”, “description” => “Class representing the SolrAI index”, “vectorizer” =>...
View ArticleHow to handle error for Batch Import (add_object) when weaviate instance...
As a part of the solution, in the broad context of batch import job monitoring, I launched this with inside a celery task and then build something else to track the status of the task(_id). And then...
View ArticleHow to handle error for Batch Import (add_object) when weaviate instance...
hi @00.lope.naughts !! I believe that the batch import will timeout according to the timeout configuration, as documented here: weaviate.io Python | Weaviate Utilize the Python client library to...
View ArticleWhat is the process for changing vectorizer model
hi @SomebodySysop !! Changing the vectorization model of a collection should trigger a re vectorization of the entire collection. This is not possible as of now, as well as adding a named vector, as...
View ArticleGet named vectors in GraphQL
hi @Marco_Vinicius_Nobre !! When using named vectors, they will be exposed in vectors while using graphql. Considering you have two named vectors, v1 and v2, this is how you can get them: { Get{ Test{...
View ArticleGet named vectors in GraphQL
Hi Duda! I guess this would be the ideal way, but when I run it says it doesn´t exists this “vectors” key. It only exists “vector” and it is a list of float, so you can´t have a subselection. For...
View ArticleChanging keyword weight of only one out of 30 properties
Hey @DudaNogueira ! Do you know if there are any news regarding this topic?
View Article