Emmanuel Katto Dubai : Alternatives to Extracting Distinct Count in Aggregate...
Hi! You need to use aggregate for that: weaviate.io Aggregate | Weaviate This page covers aggregation queries. They are collectively referred to as Aggregate queries within. for example, in this...
View ArticleGeosearch WithinGeoRange maxdistance metric not accurate
hi @DudaNogueira, While I was putting together the notebook for you, I noticed a typo in the query which was swapping lat and long. We were able to fix it and the geosearch seems to be working now....
View ArticleWeaviate-cli 3.0.1 Configuration Question
Hello. I have 2 questions regarding the weaviate-cli (GitHub - weaviate/weaviate-cli: CLI tool for Weaviate). I recently installed the newly released version 3.0.1 and tried to test it. I created a...
View ArticleWeaviate-cli 3.0.1 Configuration Question
Hello Rio, I am happy to see that other users from the community are starting to use this tool. The main issue is that if your host contains the string “localhost” it will decide to connect using...
View ArticleVectors within a specified distance range from query
Thanks @DudaNogueira ! Searching for vectors near a query vector, gets result vectors with distances ranging from 0 up to the threshold distance. I wanted to know if there was a way to limit the...
View ArticleError restoring backup and file corruption
Description Hello, We are using a Weaviate instance 1.26.3 in an Azure Container App and connected to an NFS Azure file share for persistence. It contains almost 1M elements. We got errors trying to...
View ArticleACORN feedback mega thread
So, I just read through this documentation: Filtering | Weaviate I’m trying to figure out how to use acorn filtering. Is it an embed option or query option. I don’t use python or java, so how can I...
View ArticleACORN feedback mega thread
hi @SomebodySysop !! This is a collection level configuration. You can create a collection with this configuration, or you can change it at any time, as it is a mutable configuration. This is how you...
View Articleclient.GraphQL().Get() tries to use llama3 instead of the model I want
Oh! Glad to hear that, @JCP ! Thanks for sharing! If you need any other help in your Weaviate journey, we are here to help!
View ArticleNot able to connect to weaviate instance from vectordbBench
Hi! Here is how I do to connect to a minikube cluster with 3 nodes: >> minikube start --nodes 3 >> kubectl get nodes NAME STATUS ROLES AGE VERSION minikube Ready control-plane 4m17s...
View ArticleCannot bind to existing PVC
@chirag-phlo Did you manage to get it to work? I am also trying this locally. macOS + docker + minikube + helm (very similar to Achieve Zero-Downtime Upgrades with Weaviate’s Multi-Node Setup |...
View ArticleGeosearch WithinGeoRange maxdistance metric not accurate
Oh!! Glad to hear you were able to solve this. Thanks for sharing!!
View ArticleVectors within a specified distance range from query
Hi! So you need a minimum threshold on top of the the one parameter we have? I am curious what is the use case here You can always process this post search. The only downside of this approach is that...
View Article¿Cómo puedo llamar a American Airlines en español?
Puedes comunicarte con el servicio al cliente de American Airlines en español llamando al 1/855/550/0687. Una vez conectado, sigue las instrucciones del menú y selecciona la opción para asistencia en...
View Article¿Cómo puedo llamar a American Airlines en español?
hi @akhil_mark !! Welcome to our community Can you paste the entire error? I believe you will need to increase the memory of your server. Thanks!
View ArticleWhat's New: Weaviate 1.27
Welcome and hello to our Weaviate Community events🤩 Weaviate 1.27 is here! Join us for a hands on session and learn about the most recent features and updates and how to use them. In this Session we...
View ArticleBatch insert error
Description Get this error when batch insert object into weaviate collection [ERROR] 2024-11-21T17:34:17.506Z 1da0187e-ee0e-511a-bdb1-47c780dec089 {‘message’: ‘Failed to send 1 objects in a batch of...
View ArticleACORN feedback mega thread
Yes, thank you! Exactly what I needed to know. I was hoping that I could just send “filterStrategy” by itself, but this will work!
View ArticleBatch insert error
hi @alisha_liu !! You need to inspect the failed_objects in order to discover what the error is about. Check here for more information: weaviate.io Python | Weaviate Utilize the Python client library...
View Article