Chunks are missing in weaviate Upgrade to 1.26.4 from 1.24.23
We have upgraded weaviate from 1.24.23 to 1.26.4 and our index had 1.5M chunks earlier, however it is showing 0 chunks after upgrading. Used below API for getting node details...
View ArticleError : text too long for vectorization
I am having the same issue. See the following links for reference. @Dirk has also been investigating this. github.com/weaviate/weaviate Maximum content length - token count incorrectly counted for...
View Article"Cannot query field \"wordCount\" on type \"Aggregate
Thanks! This has resolved my question! =)
View ArticleChunks are missing in weaviate Upgrade to 1.26.4 from 1.24.23
hi @hanumanhuda !! HAve you upgraded from 1.24 directly to 1.26? This is not recommended, as there are some migrations. The recommendation is to go from 1.24 to 1.25.latest, then to 1.26.latest Do you...
View ArticleChunks are missing in weaviate Upgrade to 1.26.4 from 1.24.23
yes, we did directly from 1.24 to 1.26, There wasn’t any specific documentation to move from 1.24 to 1.25 prior to 1.26. Is that data lost or still recoverable by moving to 1.25 then 1.26?
View ArticleKeep getting "Query call with protocol GRPC search failed with message...
hi @Abyl_Ikhsanov !! Welcome to our community This error usually indicates a lack of resource from the server side. I see you are using our cloud. For any issues like this, the best place to ask for...
View ArticleChunks are missing in weaviate Upgrade to 1.26.4 from 1.24.23
There are no errors in the logs.
View ArticleKeep getting "Query call with protocol GRPC search failed with message...
Hi @DudaNogueira , Thanks, I will ask support next time. Currently it is around 900 objects that is being hosted in a single cluster. The plan is to host a lot more (100k-1 million). As sanbox, you...
View ArticleHow does the filter ContainsAny and ContainsAll work?
hi @A_S !! Welcome back The behavior will depend on what is the tokenization you have for that specific property. by default, the tokenization is word. This means that for the query you are running,...
View ArticleChanging Distance Metric for a Collection
Thanks for the warm welcome! I totally understand. This is tough stuff! And thank you for the guidance. : ) J
View ArticleLocal Python app connecting to Weaviate client 4.0 within Kubernetes
Good morning, I hope you can maybe assist me witht he following issue. I have a kubernetes cluster with weaviate running on it as setup as per the documentation on the site using minikube. I can see...
View ArticleLocal Python app connecting to Weaviate client 4.0 within Kubernetes
hi @Jurie_Oberholzer !! Welcome to our community! Are you using our official helm chart for that? weaviate.io Kubernetes | Weaviate For a tutorial on how to use minikube to deploy Weaviate on...
View ArticleLocal Python app connecting to Weaviate client 4.0 within Kubernetes
Thank you very much. Yes I’m using the official helm chart for that using the values.yml that was generated. The following is my yaml file And my stacktrace is START RequestId:...
View Article[Question] Unhealthy pod : redirected indexation to healthy pods while indexing
I deployed Weaviate on a Kubernetes cluster using a Helm chart deployment. The cluster has 2 nodes and 6 pods, which allows Weaviate to manage sharding and replication. However, I have a problem: when...
View ArticleKeep getting "Query call with protocol GRPC search failed with message...
hi @Abyl_Ikhsanov !! The sandbox is the free instance we provide for experimenting. So it looks like you are using our serverless, and should have enough resources for your objects. I don’t have...
View ArticleChunks are missing in weaviate Upgrade to 1.26.4 from 1.24.23
it was probably not lost, but some migration probably hasn’t been properly done. My suggestion is to restore the backup, set the version to 1.24, then do the migration on stages as described. Let me...
View ArticleAND/OR query logic - is this a BUG?
Hey @Analitiq, Let’s break this down. In your query: First Condition OR matches documents where document_name contains “test” OR content is not equal to “This is the first test document.” This is...
View Article[Question] Unhealthy pod : redirected indexation to healthy pods while indexing
hi @mathieu ! The number of nodes shouldn’t matter here as it is the number of pods that will make it resilient or not.With that said, and considering that your cluster has 6 pods, are you creating...
View ArticleCollections.create not working with Configure.Vectorizer.text2vec_ollama
(topic deleted by author)
View Article