Version 2.0.0
Hi, Yep, I meant Verba version 2.0.0. I tried to switch branches but getting some errors.
View ArticleVersion 2.0.0
Verba v2 is expected to be released by end of next month! currently our engineers are running some testing as there are new exciting features. Keep an eye on our repo GitHub - weaviate/Verba:...
View ArticleMigration from wcs to on-premise
Hi! Welcome to our community when you migrate/copy your data over, for example using this migration guide, your index gets rebuilt. So this can lead to different results indeed. Can you check if ef...
View ArticleUsing Multiple Nodes with Tenancy
hi @dhanshew72 !! Sorry for the delay here. Missed this one Were you able to figure this out? Weaviate should distribute the tenants across different available nodes. Here is a test I did using latest...
View ArticleUsing Multiple Nodes with Tenancy
Apologies, I should have reported back. I got this working now.
View Articlevectorizer: no module with name \"text2vec-azure-openai\" present
Hi im using Weaviate with the text2vec-azure-openai module. Running the 1.26.1 docker image. When i start weaviate and init my colelctions i get {“error”:[{“message”:“target vector "default":...
View Articlevectorizer: no module with name \"text2vec-azure-openai\" present
hi @john_j !! Welcome to our community Can you provide those? Weaviate Server Version: 1.26.1 Deployment Method: docker Multi Node? Number of Running Nodes: ? Client Language and Version: TS?...
View ArticleWeaviate Deployment not possible due to Azure Policies
Hi! Those settings, as fair as I could understand, will run a init container to just set the proper ownerships if this deployment didn’t have the security context. I believe for new deployments...
View ArticleVectorizer Timeout settings and behavior
The indexing part is very CPU bound. So maybe it is having a hard time processing both indexing, the vectorization and answering those query/ingestion requests. On top of the resources you gave to...
View ArticleHelp Needed: Issue with Vectorizers in Weaviate Collections Console
Well, the absolute comparison of distance between models per se doesn’t giving it much as it can be relative to other objects, but the similarity/relevance of the results against the query that is the...
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 ArticleDoes Weaviate support SSL out of the box?
@DudaNogueira Need Your help here . root@i-xxxxxxxxx-server:~# grpcurl -d ‘{“service”: “Weaviate”}’ -proto health.proto grpc.pocweviate.mydomain.com:443 grpc.health.v1.Health/Check { “status”:...
View ArticleHow to deploy weaviate with django BE on internet - trying Railway
Thanks for response Django BE - shortcut for Django backend. I got it from the group where I work, so maybe more local dialect In the end, I running the weaviate task locally and populating the...
View ArticleHow to use weaviate client v4 to connect to a self hosted instance on k8s
Description I have a self hosted weaviate instance consisting of 4 nodes running on a k8s cluster on azure. This is behind a spring cloud gateway and accessed from outside through a path /weaviate and...
View ArticleWeaviate Upgrade Impact Assessment
@DudaNogueira Thank you for the solution. By the way, can we directly change the Weaviate image version, or do we need to create another Weaviate instance to migrate the data?
View ArticleMigration from wcs to on-premise
ef and efConstruction are the same in both collections. Thanks for the reply.
View Article[Question] YOUR TOPIC
I created the collection like this wv_client.collections.create( name=class_name, description="collection_1", replication_config=Configure.replication( factor=1 ), vectorizer_config=[...
View ArticleOwn embedding value not vector search
I’m currently doing the following for my index I want to be able to embed and use it externally, so I’m using the Configure.Vectorizer.none() indexing wv_client.collections.create( name=class_name,...
View Article