"[Errno 35] Resource temporarily unavailable" when client instantiated in a...
Thanks for your help. Those files are those that are automatically generated by gRPC (with the command python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./test.proto) I can try a new...
View Article"[Errno 35] Resource temporarily unavailable" when client instantiated in a...
I confirm that switching to weaviate database version 1.28.3 changes nothing.
View ArticleFiltering objects based nested property
Hello @zmliu213, Welcome to our community. It’s great to have you here. Please note that this is not a feature yet but it’s in our road map github.com/weaviate/weaviate Filtering and Vectorization for...
View ArticleA next.js frontend to explore your local collections
Unlike other database engines I use (eg MongoDB with Compass), last time I checked Weaviate does not have a GUI. As I am going through a lot of developments and experimenting I felt the need to have...
View ArticleText2vec_openai redundancy via multiple providers?
hi @D3x !! That’s right. You cannot change the vectorizer conf of a collection. However, you do can overwrite that at query time passing as a header: X-Openai-Baseurl And thank you: as I have just...
View ArticleA next.js frontend to explore your local collections
Hi @rjalex, I completely understand and agree with you. In Weaviate, we do offer a GUI in our cloud environment with tools like the query explorer, among others, and we’re actively working on...
View Article"[Errno 35] Resource temporarily unavailable" when client instantiated in a...
Hi @Nicolas_Lurkin, thanks for raising this one! This specific issue is emitted by the grpc library under-the-hood but is benign and doesn’t signify a serious error .Here is the open issue (nearly...
View ArticleChecking existence of many IDs
Description I am using Weaviate together with Langchain as a vectorstore. When embedding new documents I have to check wether the documents are already added to Weaviate to avoid embedding the same...
View ArticleChecking existence of many IDs
hi @Habetuz !! Welcome to our community You can do an “upsert” if you perform a batch with a deterministic id, on cases you can tie that object with a unique id: weaviate.io Create objects | Weaviate...
View ArticleHelp with Verba Integration: Local Inference Failing, Still Asking for API Key
hi @Justin_Independent !! Just by removing UNSTRCUTURED api key will not make it run locally. The code for this integration leaves here, and it will only work for the API Service. In order to use that...
View ArticleLow QPS when using gRPC (v4) to batch insert data
hi @AnnTade !! What is the server version? This scenario point fingers at not enough resource allocated. Do you have any readings from memory? What is the dimensionality and what was you resource...
View ArticleIssue with Shard Creation After Moving Docker Compose Setup - How to Use...
hi @fiellin !! Welcome to our community! Not sure I understood the steps you went were. Let’s say you have a folder named my_app, with: folder: weaviate_data (mapped to weaviate) file: compose.yaml...
View ArticleDarshan Hiranandani : Scaling StatefulSet in Weaviate on Kubernetes – Need...
hi @darshanhiranandani23 !! Sorry for the delay here. Do you still face this problem? If I understood it correctly, you now have data shared across those 5 nodes, and need to regroup them into only 3...
View ArticleIssues Configuring weaviate to work with an ollama Docker Instance (v4 client)
hi @Supavit !! Welcome to our community How are you creating this collection? Because both ollama and weaviate are running on the same network, you need to set it up as http://ollama:11434 Check out...
View ArticleHow to best handle domain specific acronyms/abbreviations?
hi @srbk95 !! Welcome to our community Sorry for the delay here. That’s an interesting question. The text2vec-contextionary is really not being used according to some stats we have, so I don’t think...
View ArticleText2vec_openai redundancy via multiple providers?
Amazing, thanks for X-Openai-Baseurl! I was dreading having to migrate an entire collection
View ArticleFacing cluster formation between pods of running weaviate using kubeadm on EC2
@DudaNogueira, I have deployed Weaviate using Kubeadm on a cluster hosted on an EC2 instance. The setup consists of 1 master node and 1 worker node. On the worker node, I deployed 2 pods using a...
View ArticleRef2vec-centroid on v4 client
hi @Bohdan_Klishchov !! Sorry for the delay here. I have produced a recipe (soon to be published) and can share some example here: # lets create our collections...
View ArticleFiltering on nested properties?
@Dirk IS there an update on when this will be picked up! I finally got around to implement and was very pleased with the nested object property. Now that you can filter it, makes it useless. Why offer...
View Article[Question] Quantized Vectors in Weaviate
hi @Waleed_Chaudhry !! Welcome to our community and sorry for the delay here. This is not possible as of now. I will gather more info on this and if necessary open an issue in GH. Thanks!
View Article