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

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 Article


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


client.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 Article

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

Not able to connect to weaviate instance from vectordbBench

This works! thanks a lot.

View Article


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

Geosearch WithinGeoRange maxdistance metric not accurate

Oh!! Glad to hear you were able to solve this. Thanks for sharing!!

View Article

Image may be NSFW.
Clik here to view.

Vectors 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


Image may be NSFW.
Clik here to view.

What'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 Article


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

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

Image may be NSFW.
Clik here to view.

Batch 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

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


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

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


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

Image may be NSFW.
Clik here to view.

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


GSE.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 Article

Image may be NSFW.
Clik here to view.

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

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