Update golden ragtriever?
Thank you @DudaNogueira I have a couple of bare metal backups of my hard drive where the docker components are stored. This keeps me calm I guess my question is more about can I fearlessly do “pip...
View ArticleWhy Am I Unable to See My Post?
hi @Jackzz !! Really sorry. For some reason, akismet marked that post as SPAM. I have already reverted that. Sorry for the inconvenience. Thanks!
View ArticleGetting UnexpectedStatusCodeError: Collection may not exist.!
Hi! As this is hosted with us, please, can you send an email to support@weaviate.io so we can give a look at those logs? In this situation, we should take a look at the server logs to try...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
Hi! Does this error happen only when running from AWS Lambda? If you run this locally, does it work as expected? Thanks!
View ArticleBug in object replace
Ok this turned out to be more awkward to narrow down than I expected and seems to require some rather odd specifics that maybe point to some other underlying issue? Here is a reproducible example:...
View ArticleTimeout values in Wevaiate config
Hi @DudaNogueira , I was wondering if you had time looking in to our issue. Would you rather that we create a new issue?
View ArticleTimeout values in Wevaiate config
hi @andreasDroid !! For those parameters, it will try to init (check GRPC health, for example) for up to 30 seconds, and a query for up to 60 seconds. connectoToLocal or ConnectoToCustom or any...
View ArticleUpdate golden ragtriever?
Hi! for 1, you should be able to upgrade it. Of course, some backup is advised and for 2, if you are using Verba and want to move that content to another cluster and use Verba there, it should be...
View ArticleHow to filter by date field
Hi! In order to filter for create or modified date, you need to explicitly set the collection to do so: weaviate.io Collection schema | Weaviate - Vector Database Introduction Unfortunatelly, when...
View ArticleVerba chat got error no chunks available
THanks for sharing, @YP_Ajie !! We really appreciate it
View ArticleHow to build up Vector Database ranking criteria?
Hi! Welcome to our community Not sure I understood this question Can you elaborate on that? This doc may be related: weaviate.io Distance metrics | Weaviate - Vector Database - Configuration: Schema...
View ArticleSemantic search is not as good as I expected
For what it’s worth I am getting acceptable results with multi-qa-MiniLM-L6-cos-v1. My use case is primarily technical documentation embedding. If you are using Docker, Weaviate has a pre-built image...
View ArticleUsing Multiple Nodes with Tenancy
Description How do I know my setup is using multiple nodes with tenancy or how would I verify this state? I’ve been running a 2 node cluster playing around with the setup by loading data. However, I’m...
View ArticleQuestions about GraphRAG
Hello. Teams. I have recently become interested in GraphRAG. https://microsoft.github.io/graphrag/ I know that Weaviate supports GraphQL, but I am completely unfamiliar with Graph DBMS. Is it possible...
View ArticleQuestions about GraphRAG
Yes, funnily enough, I talked about this four years ago. It’s a bit outdated but conceptually similar. Knowledge graphs with Weaviate
View ArticleHow to deploy weaviate with django BE on internet - trying Railway
Description Hi, looking for any way how to deploy weaviate with django BE on internet. So far trying Railway service (https://railway.app/), but at this moment without much success. All the things,...
View ArticleNot able to ingest the batches of data
Hey Hi! I think I figured it out, can you just confirm if this sounds good to you, Thanks in advance: import numpy as np import logging import time import weaviate from tqdm import tqdm import...
View ArticleBasic authorisation to tenant
As Weaviate already supports authentication and authorisation, can basic ACL to specific Tenant (and/or possibly even Schema) be added in the interim? in a multi-tenant configuration, individual users...
View Article