Metadata is empty
Hi. i’m trying to save data into collection and then read similar data with near_text function. but after insert data into collection metadata object is null. is it normal? def __init__(self):...
View ArticleHow to handle error for Batch Import (add_object) when weaviate instance...
Will check it out. Although, in my setup, I provided no timeout config, Just: client = weaviate.connect_to_local(WEAVIATE_HOST, WEAVIATE_PORT).
View ArticleHow to handle error for Batch Import (add_object) when weaviate instance...
I now set it to timeout in 1 sec explicitly like this: client = weaviate.connect_to_local(host=WEAVIATE_HOST, port=WEAVIATE_PORT, additional_config=AdditionalConfig( timeout=Timeout(init=1, query=1,...
View ArticleMetadata is empty
hi @Davit_Makharashvili !! Welcome to our community This is the expected result. As documented here, you need to explicitly request the metadata to be returned. So the query need to be:...
View ArticleWhat is the process for changing vectorizer model
OK. Do you know if gpt-4o or gpt-4o-mini are supported in generative-openai? Update: Never mind. Yes, they are: Generative AI | Weaviate
View ArticleWhat is the process for changing vectorizer model
So, I know how to create a new collection in the cluster. How do I copy the data from the old collection to the new one using REST API? That is not discussed in the documentation: Migrate data |...
View ArticleCatastrophic performance drop when upscaling a cluster - while pod not in...
Description We have a K8s cluster with 3 servers and 3 pods (1 pod per server). Weaviate has 20mln objects (2 named vectors per object: 1024 and 768). All requests (set of CRUD+vectors-search...
View ArticleMulti node docker-compose deployment on multiple machines
Hello, I’m currently facing the same issue. Have you figured out how to solve the error?
View ArticleCatastrophic performance drop when upscaling a cluster - while pod not in...
hi @wvuser !! A lot has changed since 1.25, so if possible, I would suggest you to upgrade to latest version. Can you see any logs while doing those changes?
View ArticleChanging keyword weight of only one out of 30 properties
hi! we discussed the syntax of: [“*”, “question^2”, “-title”] However, this is still in the proposition phase. We should open a Feature Request. But unfortunately we do not have a ETA as of now
View ArticleHow to handle error for Batch Import (add_object) when weaviate instance...
Please inspect client.batch.failed_objects or collection.batch.failed_objects for the failed objects. Have you inspected this as the error message suggest? here you find some documentation on proper...
View ArticleWhat is the process for changing vectorizer model
Note that on 1.27+ you can now change the generative configuration without the need to recreate the collection. The best approach for the migration is the one described here: weaviate.io Migrate data...
View ArticleWhat is the process for changing vectorizer model
DudaNogueira: The only way for now is to create a new collection with the new vectorizer configuration, and then copy the data from the old collection to the new one. I am confused by this, because...
View ArticleMy first steps with Weaviate (and why I hate Python ;) )
Hi Dirk, Thanks for the info! It will look into this, but at first glance, this does not solve the dependencies and incompatibilities between modules.
View ArticleWhat is the process for changing vectorizer model
OK, let me clarify. When you configure the vectorizer, it means that your data is going to be vectorized with that model. So for example, let’s say you select a vectorizer that embed vectors with 300...
View ArticleKuku fm se Paisa kaise prapt karen
Kuku FM se Paisa kaise prapt kare 9933365704 all silver refund received no 9933365704 Kuku FM se Paisa kaise prapt kare 99333*65704 all silver refund received
View ArticleKuku fm se Paisa kaise prapt karen
Kuku FM se Paisa kaise prapt kare 9933365704 all silver refund receivedKuku FM se Paisa kaise prapt kare 9933365704 all silver refund receivedKuku FM se Paisa kaise prapt kare 99333*65704 all silver...
View ArticleKuku fm se Paisa kaise prapt karen
Kuku FM se Paisa kaise prapt kare 99333*65704 all silver refund received
View ArticleWhat is the process for changing vectorizer model
DudaNogueira: Since Weaviate 1.27 version, the generative configuration is now mutable. This means that if you configured your collection to use, for example, cohere as the generative, you can change...
View Article