[Question] reranker image seems to fail when use gpu?
Description Problem with Docker Configuration and CUDA for Reranker-Transformers I followed the tutorial and used the following Docker configuration: reranker-transformers: # Set the name of the...
View ArticleWeaviate Shutting Down Automatically
Hi @DudaNogueira , Sure. Thanks for the update. Will check again internally.
View ArticleAnyone used many WHERE filters in DELETE
@Mohamed_Shahin is this something you could assist with? It is a blocker for further development on Weaviate.
View ArticleGRPC Query failed AioRpcError of RPC terminated status UNAVAILABLE
hi @AdamHeard !! Welcome to our community Do you have any reading on resource usage? How many of memory and cpu do you have available? How many objects have stored? this error message indicates that...
View ArticleError : text too long for vectorization
Description We are moving from v3 to v4. Now, when I use batch upload or multi-insert, I get an error message saying the text is too long for vectorization. Can anyone help me regarding this? Below is...
View ArticleHigh Memory Usage After Upgrading Weaviate to Version 1.25
Hello @Mohamed_Shahin Thank you for your response. I am using the same data schema and volume that I was using with the older 1.18 version. However, I’m noticing that the RAM usage in version 1.25 is...
View ArticleEmbeddings
hi @Mit_Patel !! Welcome to our community If I understood it correctly, you are vectorizing the data yourself, and inserting the vector alongside your object. If that’s the case, this is what we call...
View ArticleError : text too long for vectorization
hi @Sumat_Mallick !! Welcome to our community Can you past the entire stace track? Also, can you share here the code snippet so I can try to reproduce this? Thanks!
View Article[Question] reranker image seems to fail when use gpu?
hi @cyc00518 !! In order to have pre loaded models you will need to build a custom model. Here is the link that explains that in detail: github.com GitHub - weaviate/reranker-transformers Contribute...
View ArticleBackup Issue Weaviate
Hi @sanjeev1678 !! I believe this is a bug Have you tried a different module, for example, backup-s3? I will create an issue on this after I get some word from our team. Thanks!
View ArticleError loading numbers into a TEXT Field. Error = invalid text property...
hi @Neil !! Welcome to our community I believe the issue is that you may be passing a number instead of a text. For example, this will not work: client.collections.delete("Test") collection =...
View ArticleEmpty fields in WithObjects response in Go
hi @vrano !! Can you share the the code you are using? THanks!
View ArticleHow to store data in the weaviate vector DB
I believe you can try using cross references, so you can have a dynamic number of images to store: weaviate.io Cross-references | Weaviate Use cross-references to establish directional relationships...
View ArticleBackup Issue Weaviate
@sanjeev1678 !! Also, can you try that with the latest version? We had some changes on modules that have bumped some dependencies and may have fixed this. THanks!
View ArticleWeaviate Shutting Down Automatically
Ok, let me know if you have found something! Thanks!
View ArticleHigh Memory Usage After Upgrading Weaviate to Version 1.25
hi @sanjeev1678 !! Have you changed some variable in the server? There is a configuration that you can set on a per collection basis that can help you on this kind of issues. Check here for the what...
View ArticleDistance metrics in vector search
@DudaNogueira from weaviate.classes.query import MetadataQuery jeopardy = client.collections.get("Taxonomy_msmarco") response = jeopardy.query.near_vector( near_vector=query_vector, limit=5,...
View ArticleGRPC Query failed AioRpcError of RPC terminated status UNAVAILABLE
Thanks for the response @DudaNogueira. Per resources on the Fargate Instance: CPU: 2 vCPU Memory: 4 GB Objects Stored: 1.6M How much more resources do you feel it would require?
View Article[Question] reranker image seems to fail when use gpu?
Hi, @DudaNogueira Thanks for your reply! Actually, it’s the same when using docker image semitechnologies/reranker-transformers:cross-encoder-ms-marco-MiniLM-L-6-v2 reranker-transformers: # Set the...
View ArticleHow to store data in the weaviate vector DB
Thanks @DudaNogueira. Actually i wanted to group the result based on sku. There is a group by option in weaviate. Now i’m store the images individually and group it by sku
View Article