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

Conditional filter with python client v4

Hi @jhc !! No worries. I think I got you covered. Is this what you are looking for? Given this dataset: import weaviate client = weaviate.connect_to_local() from weaviate.classes.query import Filter...

View Article


Similarity search issues

hi @Hamza_Rezgui !! You need to specify which metadata you want to return in your query, like so: response = collection.query.near_text( query="teste", # The model provider integration will...

View Article


Image may be NSFW.
Clik here to view.

Not able to perform nested search query

hi @Isaac_Yimgaing_Kuiss ! This is not supported yet. Please, leave your thumbs up (so it can go higher in our roadmap) and follow this Github ticket for updates: github.com/weaviate/weaviate...

View Article

Data replication issue

Description I’ve successfully set up Weaviate nodes across three different servers, and all nodes show a healthy connection. Below are the results of my v1/nodes endpoint, as well as the schema...

View Article

Data replication issue

hi @Mariam !! Do you see anything out of ordinary on logs? Your configuration seems fine, so it should be replicating to all notes.

View Article


Data replication issue

here is my logs: {“level”:“debug”,“msg”:" memberlist: Initiating push/pull sync with: node3 192.168.1.24:7100",“time”:“2024-08-26T15:06:10Z”}...

View Article

Data replication issue

can you share your docker compose?

View Article

Running on ZFS: Options, particularly recordsize?

Hi, any update on this?

View Article


Image may be NSFW.
Clik here to view.

Running on ZFS: Options, particularly recordsize?

Hi @bernd !! Really sorry!! Totally missed this I will forward this ASAP.

View Article


How can I batch query by id when using JS/TS v3?

I think this must be the answer to a different question, since I’m asking about fetching multiple records by id.

View Article

Image may be NSFW.
Clik here to view.

Spark connector with Weaviate

Description I am integrating Glue Streaming with Weaviate using Spark Connector. I have uploaded Spark connector jar in S3, and added S3 path in Glue job. After adding, I have below code in my Glue...

View Article

High Query latency in Weaviate

Description Dimensions: 1536 and number of objects: 500k We are observing high latency 490ms(p50),640ms(p90), 1.4s(p99) for throughput 32 RPS, Pod have enough CPU and memory available during the test...

View Article

[Question] Multimodal search

Hello, I’m building a reverse image search using Weaviate. I use CLIP to embed a product’s title and image and store it into the database. I also have additional properties such as product price which...

View Article


How can I batch query by id when using JS/TS v3?

I copied the wrong code example, but the link shows how to filter by id. Simply replace the .equal() in the example with . containsAny()

View Article

Image may be NSFW.
Clik here to view.

[Question] Multimodal search

hi @vrano !! Welcome to our community For avoiding duplicate entries, the best approach is to leverage deterministic ids, which means that you generate the IDs based on some unique id you may have for...

View Article


High Query latency in Weaviate

hi @hanumanhuda !! Curious, is there a reason to use 1.22.8? Have you tried latest 1.26? There is A LOT of changes that may fix something that may be causing this. Have you used our oficial helm...

View Article

[Question] Multimodal search

HI @DudaNogueira, that answers all my questions. Thank you for the quick response!

View Article


Image may be NSFW.
Clik here to view.

Spark connector with Weaviate

hi @saurbhhsharrma !! I have not used the Spark Connector yet Its on my lists of things to learn for quite a while now, hehehe Sorry, not sure if I got it, are you facing any issues here or just...

View Article

Image may be NSFW.
Clik here to view.

[Question] Multimodal search

Glad to hear that! By the way, here is the docs for deterministic ids: weaviate.io Create objects | Weaviate - Vector Database The examples on this page demonstrate how to create individual objects in...

View Article

Image may be NSFW.
Clik here to view.

SSL Verification failure

I checked the version of Weaviate; it is currently version 4.7.1. And I also have ‘certifi’ in the Python environment, and I’ve already upgraded ‘certifi’. Thank you very much for the effort to help.

View Article
Browsing all 3587 articles
Browse latest View live