Issue with Connecting to Weaviate Cloud Using gevent Worker Class on AWS...
Hello! Sorry, missed this one! Could you either: try out our async client (Async API | Weaviate)? read these two issues and see if any of the mentioned things work for you? Connection hang up with...
View ArticleGetting exception while storing in weaviate
Hi, While storing chunks in weaviate I have encountered following exception. What could be the possible reasons for it? raise WeaviateInsertManyAllFailedError(...
View ArticleHigh resource usage in Flat Index
@DudaNogueira , I’ve read that article before and set values for those variables based on our resource needs. I’ve found the catch that this resource consumption is due to...
View ArticleHow to add new property to an existing collection with V4 client
Hi Dirk, does this have any conflict with what is mentioned below: Adding a property after importing objects can lead to limitations in inverted-index related behavior, such as filtering by the new...
View ArticleHow to add new property to an existing collection with V4 client
hi @abdimussa !! If you add a property to a previously created collection that had the inverted index to index null state and property length, then yes. Here you have the python code to create such a...
View ArticleHigh resource usage in Flat Index
Nice catch!! Do you see the same behavior in latest versions? A lot has happened since 1.23…
View ArticleGetting exception while storing in weaviate
hi @ruchika_raichur !! Welcome to our community We have a set of questions asked when the thread is created in the Support category that are crucial to helping you. For example: what is the version of...
View ArticleHow to add new property to an existing collection with V4 client
Thank you @DudaNogueira, it is now clear. One question I have though is, what is the purpose of having those set to True.
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
Oh Right! sorry! completely missed the repo This is indeed a bug for some reason, in this scenario, it is using the default module configuration. This is the payload it will send: client =...
View ArticleHow to add new property to an existing collection with V4 client
Hi! indexNullState=True will create an index for the fields that doesn’t have it. So let’s say you have 10 objects, 4 with the property colors set to something, and 6 that doesn’t have a colors...
View ArticleWhere is the weaviate log file location
hi @bewakes !! Welcome to our community I am not sure I understood this question. Do you want to write logs on the server log stream?
View ArticleWhere is the weaviate log file location
Hi @DudaNogueira !! Thank you for your prompt reply. What I needed to do was to stream weaviate logs to grafana via loki. The weaviate instance runs inside docker. It seems that there’s a docker...
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
Thanks for confirming the issue! Assuming that we have no visibility into the status of the internal issues, I would appreciate it if you can provide an update when it’s resolved and which upcoming...
View ArticleWeaviate error "transferring leadership" on single node cluster
Following your advice, I wrote a python script deleting the unwanted collections. We have about 6000 of them. It took about 30 seconds per deletion (!), and after some time it crashed and restarted...
View ArticleWeaviate error "transferring leadership" on single node cluster
They were recreated? With all the same content inside? That doesn’t make sense. Please, if possible, can you reach out to me in our public slack? https://weaviate.io/slack That way I can take a closer...
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
Sure. Our team is already looking into this. As soon as they confirm, I’ll open a github issue so we can keep track of it. I’ll update it here. Thanks!
View ArticleWhere is the weaviate log file location
Oh, I see. You can expose prometheus metrics, as documented here: weaviate.io – 28 Mar 23 Monitoring Weaviate in Production | Weaviate Learn about how to monitor Weaviate in production and observe key...
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
hi @D3x !! The issue is this one: github.com/weaviate/weaviate Hybrid search falling back to default vectorizer confs when dimensions is set opened 08:15PM - 18 Dec 24 UTC dudanogueira bug ### How to...
View ArticleWeaviate Cloud Hosting Backups
Description Let’s say something bad happens and that I need to do a backup of my cluster hosted on the Weaviate cloud. What are the capabilities here? I saw on another post that Weaviate has covered,...
View Article