ACORN 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 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 ArticleWeaviate-cli 3.0.1 Configuration Question
Hello. Jose Luis Franco, Thank you for your response. I am currently using Weaviate installed on a Kubernetes cluster in an on-premises environment. It seems that it’s still difficult to use the...
View ArticleWeaviate local instance graphql Update "schema is not configured for migration"
Hi @DudaNogueira , Thank you for the answer, isn’t there a console for local instances to query and manipulate data faster, right?
View ArticleHow filter array objects
Description I stored objects in Weaviate Embedded like the following: example_object_1 = { “name”: “John Smith”, “home_address”: { “street”: { “number”: 123, “name”: “Main Street”, }, “city”:...
View ArticleHow filter array objects
hi @SergioEanX !! The object data type has some limitations, as of now. from our docs: LIMITATIONS: Currently, object and object[] datatype properties are not indexed and not vectorized. Future plans...
View ArticleWeaviate local instance graphql Update "schema is not configured for migration"
hi @Daniele_Longo ! We used to allow our console to add locally hosted clusters, so the browser would connect to your locally hosted Weaviate instance. Unfortunately we had to limit this feature to...
View ArticleGSE.CutAll not work well for some Chinese text
How to reproduce this bug? query Get { Get { NewspaperArticle_V2( limit: 10000 nearVector: { vector: [... ] } where: { operator: Or operands: [{ path: ["content"], operator: ContainsAll, valueText:...
View ArticleDocker Compose Example Fails
Hi Weaviate Team, The Docker Compose example here fails for a single-node development instance. weaviate.io Docker | Weaviate Weaviate supports deployment with Docker. weaviate: image:...
View ArticleDocker Compose Example Fails
Update: I tried to bring up a 3-node cluster in Docker Compose. The first node still fails stating the leader isn’t found when it has the two other nodes joined to it. Why would it not default to be a...
View Article