Quantcast
Channel: Weaviate Community Forum - Latest posts
Browsing all 3588 articles
Browse latest View live

[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 Article


Weaviate Shutting Down Automatically

Hi @DudaNogueira , Sure. Thanks for the update. Will check again internally.

View Article


Anyone 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 Article

Image may be NSFW.
Clik here to view.

GRPC 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 Article

Error : 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 Article


High 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 Article

Image may be NSFW.
Clik here to view.

Embeddings

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 Article

Image may be NSFW.
Clik here to view.

Error : 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


Image may be NSFW.
Clik here to view.

[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 Article


Image may be NSFW.
Clik here to view.

Backup 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 Article

Image may be NSFW.
Clik here to view.

Error 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 Article

Empty fields in WithObjects response in Go

hi @vrano !! Can you share the the code you are using? THanks!

View Article

Image may be NSFW.
Clik here to view.

How 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 Article


Backup 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 Article

Weaviate Shutting Down Automatically

Ok, let me know if you have found something! Thanks!

View Article


Image may be NSFW.
Clik here to view.

High 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 Article

Distance 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 Article


GRPC 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

Image may be NSFW.
Clik here to view.

[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 Article

How 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
Browsing all 3588 articles
Browse latest View live