GRPC Query failed AioRpcError of RPC terminated status UNAVAILABLE
hi @dastankg !! Welcome to our community! Do you mind opening a new thread in the Support category? And please, make sure to answer the required questions like versions, deployment methods, etc. The...
View ArticleDistance between entrypoint and query node
hi @mklobucaric !! Welcome to our community !! This seems related to this bug we have recently discovered: github.com/weaviate/weaviate Hybrid search falling back to default vectorizer confs when...
View ArticleDistance between entrypoint and query node
DudaNogueira: near_text Thank you! Yes, you are right, nearText works but hybrid not…
View ArticleConnection pool
@DudaNogueira sorry for the confusion. I just copied the code from the other post in the forum. We still have the same thing in v4 but it is in weaviate.config.AdditionalConfig, right? I am trying to...
View ArticleConnection pool
@DudaNogueira I have an other question. If there are 5 threads in the application, and each thread uses weaviate.connect_to_custom to create a weaviate instance. Do they share the same connection? Or...
View ArticleURGENT bug!
Description It’s coming from the Weavaite cluster, not our server at all, tested it on 2 devices, please help / fix this fast!! weaviate.exceptions.UnexpectedStatusCodeError: Object was not added!...
View ArticleURGENT bug!
Hi @Tejas_Sharma ! Is this in one of our hosted clusters? The error indicates that there is no space left in disk.
View ArticleURGENT bug!
Hey @DudaNogueira yes it’s coming from the hosted, and at first I thought it was our server, but no, I tested across multiple devices, the error is coming directly from the node on Weaviate
View ArticleURGENT bug!
Hi! Issue was solved. For any issues with our clusters hosted in our cloud, please, use this channel for faster responses: console.weaviate.cloud Weaviate Cloud Weaviate Cloud Thanks!
View ArticleConnection pool
Hi! AFAIK, they will open 5 different GRPC connections. If you are dealing with ingestion, you can also increase the number of concurrent_requests in batch. Let me know if this helps! thanks!
View ArticleConnection pool
@DudaNogueira I want to know the meaning of these two parameters: session_pool_connections session_pool_maxsize
View ArticleDeploying Weaviate Python Client to Lambda
Same issue here, and your solution worked perfectly. Thanks a lot!
View ArticleConnection pool
rhuang: session_pool_connections session_pool_maxsize Those parameters are passed here to httpx: github.com...
View ArticleDeploying Weaviate Python Client to Lambda
hi @Rafael_Castelli !! Thanks for sharing! I have now marked this as solved
View ArticleDeploying Weaviate Python Client to Lambda
AAaaaaaannnd… welcome to our friendly community
View ArticleWeaviate error "transferring leadership" on single node cluster
Hi, the application is in a maintenance mode, but it’s still popular and we want to keep it up. We were able to get rid of the unwanted collections by disabling the liveness probe and running a script...
View ArticleWeaviate error "transferring leadership" on single node cluster
Great! Let me know when there is any issue where we can help! Thanks for using Weaviate
View ArticleHow do I scale in/out statefulset in weaviate
Description Hello, Our weaviate deployment was accidentally deployed to system nodepool before taints were put onto it. So we have replica set to 5 and end up with 2 pods on system nodepool and 3 on...
View ArticleMultithread with weaviate
We are using weaviate python v4 library. We have an application that has 10 threads, and we will do a search with weaviate in each thread whenever there is a request come in. We do not want to keep...
View Article