Query call with protocol GRPC search failed with message sendmsg: Socket...
Description Hi, When the weaviate sever is deployed, in the first 15 minutes if we perform a hybrid search, we are getting this error from weaviate: Traceback (most recent call last): File...
View ArticleQuery call with protocol GRPC search failed with message sendmsg: Socket...
hi @swetag !! Do you see any logs in the server side? Also, do you have any readings on resource and have you tweaked any of the parameters as stated in Resource Planning? 1.23.7 is fairly “old”. Is...
View ArticleConditional filter with python client v4
hi @jhc !! Welcome to our community This is certainly possible. here is how: import weaviate client = weaviate.connect_to_local() from weaviate.classes.query import Filter...
View ArticleConditional filter with python client v4
Thanks, but sorry I haven’t made myself clear enaugh. I’m aware that I can build filters as you outlined above, e.g. constructing a filter with subsequently making use of Filter.by_property. but I...
View ArticleEmbedded Weaviate Port 6060
Just answering for future reference. I haven’t tested it, but you could try disabling Go profiling altogether. At least with v4. import weaviate client = weaviate.connect_to_embedded(...
View ArticleConditional filter with python client v4
Hi @jhc !! No worries. I think I got you covered. Is this what you are looking for? Given this dataset: import weaviate client = weaviate.connect_to_local() from weaviate.classes.query import Filter...
View ArticleEmbedded Weaviate Port 6060
hi @Guillermo_Ripa !! Welcome to our community Ohhhh. Now I see! Nice catch! the port 6060 comes from the Go profiling! It took me some time to figure out that this env var was wrong in our docs So...
View ArticleIssue with Vector Query in Weaviate V4 on AWS EC2
Description: I am seeking help to resolve the issue where the vector search in Weaviate returns no results. Any insights or suggestions on what might be going wrong or what additional configurations...
View ArticleIssue with Vector Query in Weaviate V4 on AWS EC2
hi @Abg79 !! Welcome to our community First, it is always important to do proper error handling. You can do that by inspecting client.batch.failed_objects as stated here: weaviate.io Python | Weaviate...
View ArticleQuestions about HEAD /objects/{className}/{id}
Two questions. I have a list of IDs, and I want the most efficient way of checking which of those IDs exist in the database. I don’t need any information about the objects themselves. Is using the...
View ArticleIssue with Vector Query in Weaviate V4 on AWS EC2
Hey DudaNogueira, Thank you for the warm welcome to the forum and for your prompt guidance regarding the issue I was experiencing with weaviate. Your suggested solution worked perfectly, and my issue...
View ArticleBatch Upsert functionality
Hi Weaviate Team, A common use case for our team is inserting and updating many documents (>1K) simultaneously. I wanted to know if batch upsert functionality is offered on Weaviate or if another...
View ArticleInconsistent numbers of objects using Get and Aggregate
Description I have three hierarchical collections: Corpus ← Document ← Chunk Chunks refer to the document they belong to using cross-references, documents refer to the corpus they belong to using...
View ArticleSSL Verification failure
Hello, I am a beginner trying out Weaviate. However, when I ran a simple code, I encountered an error that I think is related to the SSL Certificate. I would like to know how to fix this issue, and...
View ArticleQuery call with protocol GRPC search failed with message sendmsg: Socket...
Hi @DudaNogueira, No logs on the server side. These are the resource related env variables for weaviate. LIMIT_RESOURCES: true GOMEMLIMIT: 7680MiB QUERY_MAXIMUM_RESULTS: 1000000...
View ArticleSSL Verification failure
Hi @Khorppun_Sontipanya Thanks for the report. Let me see what we can do to help you. One question up front – since you mentioned the connect_to_wcs method – is this a paid cluster or a free sandbox?...
View ArticleWAL's folder grows unlimittely
Thanks for coming back with the details. Since doubling once already showed a significant improvement, can you just keep doubling it until the logs become manageable? May be we can manually ‘safely’...
View ArticleSSL Verification failure
Hi @Khorppun_Sontipanya We have investigated Weaviate Cloud, but we do not see any SSL issues. We would like to help you resolve this as soon as possible. Could you please share the endpoint of the...
View ArticleHow do I match reference with near_text or hybrid
Hi all, I currently have a problem using near_text with reference I want to match my query with the reference chunk I have for example response = building_collection.query.near_text( query="Green...
View ArticleSSL Verification failure
This is my endpoint : ‘https://s9qiyurarzso9rrjklwfda.c0.us-central1.gcp.weaviate.cloud’ Now, I try to use free sandbox. This issue just recently occurred, I never had this issue before. it had never...
View Article