Semantic search is not as good as I expected
The CSV solution works perfectly! You’re amazing. I’m feeling optimistic again about vector search.
View ArticleBatch thread died unexpectedly
Thanks @Mohamed_Shahin for your help and suggestion, but unluckily the exception thrown is Exception and not the one that you indicated. As mentioned by @Dirk , batching is not supported in a...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
Hi @DudaNogueira, We have deployed the Python function on AWS Lambda, and it successfully connects to the Weaviate endpoint, listing the database. However, when we try to create the schema property on...
View ArticlePossible bug with relativeScoreFusion
Description When executing hybrid searches with relativeScoreFusion, documents without any bm25 score can be scored better than the last bm25 result which receives a score of 0 after normalization....
View ArticleBatch thread died unexpectedly
aleks: Are there any plans to support it? Is there any workaround? Batching is using async behind the scenes already. Adding objects is non-blocking and it automatically sends multiple concurrent...
View ArticleBatch thread died unexpectedly
@Dirk thanks for your reply and details. One aspect that I do not have clear is. You said that batching is not supported being called by async, but in the previous post you commented that batching is...
View ArticleBatch thread died unexpectedly
aleks: One aspect that I do not have clear is. You said that batching is not supported being called by async, but in the previous post you commented that batching is using async already behind the...
View ArticleBatch thread died unexpectedly
Ok, thanks for the details @Dirk . But then, why does batching not working using async methods using fastapi as web framework? Thanks again for your support, patience and time. Really appreciated....
View ArticleBatch thread died unexpectedly
But then, why does batching not working using async methods using fastapi as web framework? I think (but not 100% sure) because we also create event loops inside of the batching using fastapi as web...
View ArticleWhy distance score not equal to 0 (searching exactly the same words)
I create easily sample collection and add data in the collection. When I try to query that using the exact same words in semantic search, Why distance score (‘A’) from the result not equal to 0 ? Am I...
View ArticleWhy distance score not equal to 0 (searching exactly the same words)
Hi! @Khorppun_Sontipanya !! Welcome to our community!! This is the correct behavior. When you query (“A”) gets vectorized, it will not return the exact same vectors. So some difference is expected on...
View ArticleVerba chat got error no chunks available
Description Hi all, I am new in this field and I managed to setup Llama3 + Verba + Weaviate. However I am now stuck on error “no chunks available” when trying to chat after adding documents. In the...
View ArticleTimeout values in Wevaiate config
Hi @DudaNogueira , I would like to also report that we experience timeout issues with the JS/TS v3 client. Specifically it does not seem that neither the .connectToLocal or the .connectToCustom...
View ArticleSome objects not readable after batch import / flush and switch failed
Oh ok. My guess is that after the restart, it recovered the missing batch objects. I thought it was still missing, or broken. Glad it solved, then.
View ArticleUpload to and Deletion from Custom Weviate Instance Always Times out
hi! You can take a backup and change the image tag at your docker compose. Then, if something goes wrong. just revert back the original version docker image, and restore the data. You can also do the...
View ArticleSemantic search is not as good as I expected
Nice to hear that worked out for you Any other help let me know
View ArticleNeed Guidance as In what category should I post?
Hello there, As a new member in this forum and wish to share and gain some knowledge. I am looking forward to create my own discussion to resolve my query and gain some knowledge though I have taken...
View ArticleNeed Guidance as In what category should I post?
hi @Jackzz!! Welcome to our community! Feel free to ask your question here If it is more technical, please, use the Support and make sure to provide the informations asked on the template. Thanks!
View ArticleHow to use weaviate client as container?
Hello, I am trying to use weaviate client inside the container. Is there a weaviate-client image that I can download? If there isn’t one, could you please help me to create one using Dockerfile. Thanks.
View ArticleHow to use weaviate client as container?
hi! You can run this on any python container, if using python, for example. It is just a python library. What have you tried so far?
View Article