Weaviate Cluster Setup with Docker on Different Servers Failing
Hi! Are you mapping the Weaviate comms port? for example, 7100, 8300, etc? Otherwise, each node cannot communicate with each other.
View ArticleHow to set up resources usage limit for Weaviate embedded with python
Hi Duda, thanks a lot, this clear to me, I will try that
View ArticleWeaviate with Traefik and gRPC
I tried with the steps, But I’m getting following error Failed to dial target host “:50051”: context deadline exceeded
View Article[Question] Fetch failed for embedded weaviate javascript
On the local embedded version of Weaviate, I keep getting a fetch failed error: (node:56242) UnhandledPromiseRejectionWarning: TypeError: fetch failed at Object.fetch...
View ArticleWeaviate Cluster Setup with Docker on Different Servers Failing
Thanks for your reply. I am currently configuring a Weaviate cluster with one master node and two worker node, but I am encountering issues with node communication. Below are the details of my setup...
View ArticleClient.close()
Hi, I was wandering whether we should really close the client with client.close() in Python Client v4 after each connection is finished. Opening the client before every new query has a significant...
View ArticleLangchain WeaviateHybridSearchRetriever with filters?
Nevermind fixed it. Hey, thank you for the quick replies. I have tried your example but sadly it does not work. When initialising the db, I get an “list index out of range error”. Here is my code:...
View ArticleBUG - Duplicate and inconsistent results of BM25 search
As I can see no one was even assigned to this problem
View ArticleUnable to connect to weaviate running behind reverse proxy
I followed the the steps mentioned in the thread. Opened GRPC in Cloudflare (No gateway config) Followed the steps for Traefik and Weaviate. I was not able to connect to Grpc using the command grpcurl...
View ArticleRunning on ZFS: Options, particularly recordsize?
I am running in docker with the database using a ZFS dataset through a bind mount into the container that gets automatically snapshotted/backed up. What are generally accepted good parameters for a...
View ArticleWAL's folder grows unlimittely
Description We have a cluster with 3 nodes (and 3 replicas). Every day we have ~150k vector delete/insert operations (NOT updates). And WAL’s folder grows unlimittely… 100Gb+ per day… Because of this,...
View ArticleIssue: Weaviate Cluster Setup with Docker on Different Servers Failing
hi @DudaNogueira I am still facing issues, please see if I did anything wrong in the docker configuration. Description: I am currently configuring a Weaviate cluster with one master node and two...
View ArticleHow to use Python V4 Api with Azure?
For integrating it with Azure, it might still be a bit unclear how to pass the necessary configurations.
View ArticleClient.collections.create_from_config reverts to default config
Description When creating a new collection with an existing collection’s config, the newly created collection does not retain the original collection’s properties Server Setup Information Weaviate...
View ArticleWAL's folder grows unlimittely
Hi @wvuser, Thanks for the report. Could you specify what you mean by “WAL’s folder” and show a list of entries with file sizes, timestamps, etc. (Basically, ls—lah of the folder you mentioned)?...
View ArticleWAL's folder grows unlimittely
Folder: main.hnsw.commitlog.d Objects (vectors) count are relatively constant and averages 46 million. With no ‘PERSISTENCE_HNSW_MAX_LOG_SIZE’ var defined (def value?) for 2 weeks logs allocates about...
View ArticleWAL's folder grows unlimittely
Check. Yeah, what’s happening here is that your individual chunks are already larger than the threshold to compact further. If you have PERSISTENCE_HNSW_MAX_LOG_SIZE: 4GiB that means that a file...
View Article[Question] Python - weaviate client 4.0 cannot connect from inside kubernetes
I have a behavior that I can’t explain: I have a docker image - python:3.11 weaviate client 4.7.1 code is super simple: client = weaviate.connect_to_weaviate_cloud( cluster_url=WV_URL, # Replace with...
View ArticleClient.collections.create_from_config reverts to default config
hi @Bigdwarf43 !! Thank you very much. Nice catch! This is a reproducible bug here is how I have reproduced it: client.collections.delete(["Test", "NewTest"]) collection =...
View ArticleClient.collections.create_from_config reverts to default config
hi @Bigdwarf43 !! We have a PR already! github.com/weaviate/weaviate-python-client property.to_dict() with tokenizer instead of tokenization opened 07:34PM - 12 Aug 24 UTC dudanogueira When exporting...
View Article