Node crashloop in K8 deployment
Considering the first logs, it seems that the nodes were not able to communicate between them. the first log is probably from weaviate-0. Probably this was a network issue that could be solved with...
View ArticleIssue During Batch Insert
cool! I somehow completely missed dynamic batching. Didn’t knew this existed. Will use this next time Thanks
View ArticleUnable to connect to weaviate running behind reverse proxy
hi @gdrajhasekarun !! Welcome to our community This indicates an error on exposing your Weaviate. Can you share more info on how you have exposed? Also, check this forum thread on this topic: Weaviate...
View Article[Docs] Multi-node setup
hi @americanthinker !! Thanks for pointing it out. The command to create the namespace is on this step: weaviate.io Run Weaviate on Kubernetes | Weaviate - Vector Database Now that you have a...
View ArticleRAG with image search
Hi, I have build a jewellery image search using Weaviate and VIT patch 16 clip model. Its working amazing. I wanted to extend this with Generative AI. Basically customer will start the conversation...
View ArticleUnable to connect to weaviate running behind reverse proxy
This is my docker compose file. version: '3.4' networks: frontend: external: true backend: external: true services: weaviate: image: cr.weaviate.io/semitechnologies/weaviate:1.25.9 # ports: # -...
View ArticleUnable to connect to weaviate running behind reverse proxy
Check this gist: GitHub Build software better, together GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....
View ArticleCan't connect to Google Vertex
hi! What is the version of the client? Also, can you paste the full error stack trace? Thanks!
View ArticleGraphQL rebuild error after rolling one or more replicas
I chatted with someone (@Dirk ?) on Slack, and we determined this to be the result of a bug. Releasing and updating to 1.25.8 resolved the issue.
View ArticleUnable to connect to weaviate running behind reverse proxy
Thank you. Still my issues is not resolved. Is it possible to get me the Traefik config for grpc.
View ArticleCan't connect to Google Vertex
The weaviate version is 1.25.9 The weaviate client is 4.7.1 {‘message’: ‘Failed to send 1 objects in a batch of 1. Please inspect client.batch.failed_objects or collection.batch.failed_objects for the...
View ArticleUnable to connect to weaviate running behind reverse proxy
Sure. It is on that thread I pasted above. here the gist: GitHub Build software better, together GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and...
View ArticleRAG with image search
Ooo super cool! And yes this should be possible. Let us know when you have it!
View ArticleThe latest version support for AWS product
Thanks! That’s great news! We are looking forward to integrating batch vectorization and hopefully async client in our project
View ArticleWeaviate Upgrade Impact Assessment
@DudaNogueira Thank you, we have successfully upgraded it.
View Article'text2vec-transformers': invalid combination of properties"
Hi, I setup weaviate with follow docker compose: version: "3.4" services: weaviate: image: semitechnologies/weaviate:1.25.10 ports: - "8088:8080" - "50051:50051" volumes: - ./data:/var/lib/weaviate...
View ArticleHow to Export Vectors and Metadata to TSV for TensorFlow Projector
I need to export vector embeddings and their associated metadata from my Weaviate instance into TSV files suitable for visualization on TensorFlow Projector. The Projector requires two files: A TSV...
View ArticleHow to Export Vectors and Metadata to TSV for TensorFlow Projector
Hi @ROHAN_BALKONDEKAR, Weaviate makes it easy to read all objects with vectors. You need to use the iterator on your collection, like this: collection = client.collections.get("YourCollectionName")...
View Article