Trying to resolve the error ,here are my code and error
hi @DhanushKumar_R !! Welcome to our community Your error message indicates that there is a dimension mismatch. So your store vectors have on dimensions length, and the query is being passed as a...
View ArticleI Have set up weaviate on K8s, but im not able to send any grpc requests from...
hi @Sachi_Patankar !! Welcome to our community That doc will not cover on how to expose your Weaviate cluster, because that can be done in a lot of different ways. The easiest way is forwarding the...
View ArticleUnable to create class with GUIDs
Hi there I creating my collection depending upon my database names, but I am unable to I am getting this error: names I am trying to set : 83cdb7b2569a428095e38b73e8348168 other :...
View ArticleUnable to create class with GUIDs
Hi! The collection cannot start with a number nor have - or _ Try this instead: “collection_83cdb7b2-569a-4280-95e3-8b73e8348168” Let me know if this works! Thanks!
View ArticleIs autocut effective in scoring curves where the jumps are indistinguishable
Description I’m performing hybrid search and in some cases, the scoring curve is like the attached image. I can imagine autocut here is not effective. Does anybody know what the algorithm exactly is?...
View ArticleCould not import multiple vectors into collection using insert many
Thank you for response @DudaNogueira
View ArticleRef2vec-centroid on v4 client
How can i use ref2vec-centroid on v4 python client? I use this code, but vector was empty: import asyncio import weaviate from weaviate.classes.config import Configure from weaviate.client import...
View ArticleUnable to run hybrid search (but nearText works) : Connection refused to ollama
Thanks!, it works like a charm!
View ArticleWeaviate Holding Locks on EFS Files Causing disk quota exceeded Errors
I was able to confirm with the AWS EFS team that Weaviate, for some reason, is opening up 65K+ files and holding locks on them with EFS. This is causing us to reach the limits of EFS and causing our...
View ArticleCan vectorizer embedding model be changed while in service?
Please understand that my questions may be very basic. If I build and operate a service using a specific embedding model (vectorizer) such as multi2vec-bind, and need to change the embedding model for...
View ArticleTo setup Weaviate on the EC2 instances with 3 nodes
DudaNogueira: The best - and recommended - way to deploy a Weaviate multi node cluster is using our oficial helm chart and kubernetes: @DudaNogueira : Could you please provide an update on my response...
View ArticleHybrid search in weaviate
hi, I’m working with hybrid search in Weaviate and have a few questions that need clarification: Is there a parameter to set a threshold value for hybrid search to filter out results with a minimum...
View ArticleWeaviate requires a string of UUID format when adding json Schema
My config is extremely long with lots of nested properties. I guess that this is part of the problem with putting in a JSON schema like this _CollectionConfig(name='Test', description=None,...
View ArticleWeaviate requires a string of UUID format when adding json Schema
I’d only need the problematic property, eg properties.account_routings.items.properties.address.example. The rest doesn’t matter
View ArticlePython 3.12 import error for weaviate
Description I am running in a conda env python 3.12 on linux and installed weaviate via pip NAME=“Red Hat Enterprise Linux” VERSION=“8.10 (Ootpa)” this worked fine on Windows but here I get File...
View ArticleHybrid search in weaviate
Hey @Rohini_vaidya, Happy New Year! Regarding filters with hybrid search weaviate.io Filters | Weaviate Filters let you include, or exclude, particular objects from your result set based on provided...
View ArticleWhy does search speed suffer (and RAM consumption increases) when there are a...
Hi, Weaviate community! Weaviate version: 1.25.25 (and 1.26.13 for other instance) Index Type: HNSW Named vectors: 2 Lengths of vectors: 768 and 1024 ef = 320 and 480 efConstruction = 320 and 480...
View ArticleCannot connect to weaviate in v4 using only url
Hi Everyone. I really need your guys help here! I am given a weaviate URL which has been deployed as a web app. I am given the url to it - say its https://sample-weaviate.myorg.com (hiding the url for...
View ArticleHow to Create a Schema Using Python Client V4 via a Custom API Endpoint?
Hi everyone, I’m currently using the Python Client v4 for Weaviate. Here’s the code snippet I use to create a schema directly in Python: collection = self.client.collections.create(...
View Article