High resource usage in Flat Index
Oh, ok. So what are the allocated values for memory and cpu, and what are the values of GOMEMLIMIT and GOMAXPROCS? Not sure you have read thru this nice blog article about GOMEMLIMIT: weaviate.io – 15...
View ArticleDSPy with images
This question is not specific to Weaviate, however I am using Weaviate in an enterprise environment and the answer might inform future deployment decisions. I’ve noticed that DSPy has recently added...
View ArticleCustom filter with weaviate typescrit v3
I am using weawiate typescript version3, I have below code : const fileNameArrayFromPostgres = [ 'The-Unhoneymooners-PDF-Book-pages-3.pdf', 'The-Unhoneymooners-PDF-Book-pages-4.pdf' ] const...
View ArticleCannot process batch: not enough memory
Hey @DudaNogueira , Thanks for responding to this. Let me try setting the ASYNC_INDEXING config to true and see if this improved as I see it’s available from 1.22. If not, I’ll try upgrading to 1.28....
View ArticlenearText operaion isn't work
i already have the text2vec and multi2vec modules, why the result shows dont have the nearText option when i use it to query
View ArticlenearText operaion isn't work
Hello @chris31522 Welcome to our community! We’re glad to have you here. The error you’re encountering suggests there may be an issue with the vectorizer configuration—either it isn’t being...
View ArticlenearText operaion isn't work
thanks for the help! schema = { "classes": [ { "class": "Article", # name of the class "description": "An Article class to store the article summary and its authors", # a description of what this...
View ArticleHow to enable multi tenancy on the existing collection?
DudaNogueira: Not all collection configurations are mutable. Here you have a list of what configs are: To Duda’s point, you cannot change/update a single-tenant collection into a multi-tenant...
View ArticleCustom filter with weaviate typescrit v3
Hi @alisha_liu, There is no filter for doesn't contain or a not operator in Weaviate. There is a GH issue with a similar request if you would like to add you comment or vote in there. Here is an...
View ArticlenearText operaion isn't work
Hi @chris31522, Thank you so much for sharing this information — it’s really helpful! I’ve taken a look, and I can see that the issue is to the fact that a vectorizer hasn’t been specified in your...
View ArticlenearText operaion isn't work
Hi @chris31522, I was curious to know why you opted for the v3 client, as it’s an older version. Were you following a specific tutorial or guide? If so, I’d be happy to assist in updating it to the...
View ArticleCustom filter with weaviate typescrit v3
Thanks for your quick response, is their an alternative way to achieve my goal?
View ArticleWrote a Tutorial for a Fitness & Wellness RAG Using Weaviate, Verba, & Ollama
Link to the tutorial: Awesome Web Store Building a Retrieval-Augmented Generation (RAG) System to Support Your Welcome to a step-by-step guide on creating a Retrieval-Augmented Generation (RAG) system...
View ArticleFiltering based on creation_time requires index_timestamps
@Mohamed_Shahin Thank you for your response. However, I wanted to see more on the data migration part from my old collection to the new one where the index_timestamp is set to true. I’m facing issue...
View ArticleWrote a Tutorial for a Fitness & Wellness RAG Using Weaviate, Verba, & Ollama
Hi @bam !! Thats amazing! Thanks for sharing!
View ArticleWrote a Tutorial for a Fitness & Wellness RAG Using Weaviate, Verba, & Ollama
Thank you for all your help. You’ve played a key role in this journey so far. I do appreciate the time you’ve invested in helping me learn how to use the tools.
View ArticleWeaviate error "transferring leadership" on single node cluster
Description We are seeing periodic errors in Weaviate, “transferring leadership” but we are only using a single node cluster so the RAFT algorithm makes no sense here. It takes hours for Weaviate to...
View ArticleDoes every property with skip_vectorization=False get a vector?
Do all properties with skip vectorizatin=False get their own vector (which is a lot of data). Or, does the text data in those properties get concatenated such there is only one vector that reflects...
View ArticleDoes every property with skip_vectorization=False get a vector?
Good morning @moruga123, When using a vectorizer for the entire collection (without named vectors configuration), the vectorizer processes all non-skipped properties together into a single vector,...
View ArticleWeaviate error "transferring leadership" on single node cluster
Good morning @Stefan_Edlund Welcome to our community! It’s lovely to have you on board. RAFT implementation is used to ensure fault tolerance in multi-node clusters. In a single-node setup, RAFT...
View Article