Configure Secure/TLS GRPC with Helm Chart/AWS
Description I am unable to configure GRCP with TLS Security, I am attempting to use AWS load balancer notations and am able to connect using the secure_grcp: False flag, but adding annotations for TLS...
View ArticleHelp needed with moving from nearText + moveTo to nearObject or nearVector
DudaNogueira: So you can basically run any model and “trick” text2vec_openai that it is actually using OpenAI APIs I was thinking of setting up another docker container on the same network with API...
View ArticleHelp needed with moving from nearText + moveTo to nearObject or nearVector
DudaNogueira: I am wondering if it would be interesting to allow passing something like movetoVectors and moveawaytoVectors I don’t see that in documentation, does nearVector search operator supports...
View ArticleError in adding a video object to collection
Hi I am doing a course on deeplearning.ai called ‘Building Multimodal Search and RAG’. I am running the below code and getting the following error Code: animals = client.collections.get("Animals")...
View ArticleHelp Needed: Issue with Vectorizers in Weaviate Collections Console
Hello everyone, I’m currently working on a project involving two different bots that use different vectorizers for creating and managing schemas and databases in Weaviate. However, I’m encountering an...
View ArticleWeaviateQueryError max_tokens is too large with generative search and...
I finally came around to testing this more. I still couln’t make any progress. This is my setup at the moment: This is how I call weaviate to generate results based on search + prompt: const altClient...
View ArticleWeaviate Deployment not possible due to Azure Policies
Hi! @DudaNogueira What configurations will be changed then by doing so?
View ArticleHow ingest pdf into weaviate and perform RAG
I’m trying to ingest data into weavite, a mix of text data and other formats like pdf that I convert to text batches using “unstructured”. I’m basically following what reported at ingesting PDF but I...
View ArticleHelp searching inside the objects in my weaviate
Hello, I’m trying to implement a weaviate database with question and answers. My idea is to search if a particular question is already in the data base, and I’m using this code: response = (...
View ArticleInstalling Verba with Docker
Hi, I have used the instruction in the github, i got a verba v0.3.1 but the latest version that is on github is right now v1.0.3. I am not sure where i am doing the wrong so wrong the updated version...
View ArticleInstalling Verba with Docker
hi @Ricky_D ! You need to clone the repository and build up the docker image. Then you can point it to your Weaviate Server using the environment variables. Here we have a doc on this: github.com...
View ArticleHelp needed with moving from nearText + moveTo to nearObject or nearVector
There isn’t this feature. Yet Please, feel free to open a feature request on this in: GitHub Issues · weaviate/weaviate Weaviate is an open-source vector database that stores both objects and vectors,...
View ArticlePanic with 1.25.8
I am running docker image cr.weaviate.io/semitechnologies/weaviate:1.25.8 and seeing this panic while loading data: goroutine 2297272 [running]: runtime/debug.Stack()...
View ArticleObject update revectorize
Hey everyone! Have a question, when an object is updated, if property is the same, will it be revectorized? For example: obj = {id:1, content: ‘some content’, content2: ‘some other content’} const...
View ArticleObject update revectorize
hi @Denis_K !! Welcome to our community It will! Unless you explicitly set the property to skip vectorization or you have named vectors that do not reference that property. So in your example, given...
View ArticlePanic with 1.25.8
hi @ctindel !! I have just faced this exact same error recently. Are you by any chance updating an object and not passing a TEXT_ARRAY? here is a code I was able to run and reproduce and get this...
View ArticleHelp searching inside the objects in my weaviate
hi @garcia.e !! Whenever you do a nearText without a target_vector, you are comparing prompt against all vectorizable properties. Not sure how your collection was created, but you have two options:...
View ArticleError in adding a video object to collection
Hi @Shaunak_Joshi !! Welcome to our community Please, always fill in all the informations we ask in the template as those help us better understand your scenario. You are probably using an outdated...
View ArticlePanic with 1.25.8
Yes! There was a case where I was omitting the text array field from the object! Will it be OK to pass an empty array instead of a null value?
View Article[Question] Hybrid GroupBy with cross-ref
hi @elias.gabriel !! The only groupBy that will work with cross-reference, for now, is the Aggregate one: weaviate.io Aggregate | Weaviate - Vector Database This page covers aggregation queries. They...
View Article