Is the cosine distance bound in the docs correct?
Thanks @DudaNogueira and @andrewisplinghoff for the code snippets! That’s really helpful. The distance was a -1e-5, so I brushed it off as a floating point error. But it got me looking into docs. The...
View ArticleIs the cosine distance bound in the docs correct?
Great!! Thanks for jumping in, @andrewisplinghoff ! That was the code that our team pointed me to Thanks!!
View Article[Docs] Wrong example google embeddings AI Studio Python example
I got an error using Python API v4 example with AI Studio on the Document. I can run following vectorizer_config. client.collections.create( name=collection_name, vectorizer_config=[...
View ArticleUnable to connect to self-hosted weaviate clusters through verba 2.0 version
Hi @adithya.ch ! If you are using it locally, hosting using the embeddedm you need to choose local. This option will work for Weaviate hosted in our cloud.
View ArticleWeaviate Azure Container App port
Hi! You may not need to expose Weaviate, if your apps will be running alongside it at the same docker network. If you still need to expose Weaviate, so an app can access it remotely, you can change...
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
Description I tried to use Verba v1.0.3 and v2.0.0 with Docker on Windows. I followed the instructions from GitHub Both v1.0.3 and v.2.0.0 always produce an error. Verba v1.0.0 works fine. This is the...
View ArticleUnable to connect to self-hosted weaviate clusters through verba 2.0 version
Hi @DudaNogueira , We hosted weaviate cluster locally on our kubernetes cluster. It was working fine with v1.0 ? Was there any process/breaking changes with V2.0 disabling access to self hosted...
View ArticleUnable to connect to self-hosted weaviate clusters through verba 2.0 version
Right now the new Verba 2.0 will give you three options to connect: Local (Embedded, will spin a Weaviate instance) Weaviate (will allow you to provide URL and API KEY to connect to our cloud) Docker....
View ArticleIssue with QUERY_DEFAULTS_LIMIT and QUERY_MAXIMUM_RESULTS
hi @saurbhhsharrma !! Do you see any outstanding logs from server side? was GOMAXPROCS and LIMIT_RESOURCES already set before this change? do you have any readings on resource usage?
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
hi @Kugelhaufen !! Welcome to our community For version v2 it looks like there are no models configured/available. are those env vars the same one you are using on Verba 2.0?
View ArticleBatch inserts failing for weaviate
Ok, what version specifically are you running? What client language and version are you using? Can you map it directly to a port so we can isolate any Traefik intereference?
View ArticleIssue with QUERY_DEFAULTS_LIMIT and QUERY_MAXIMUM_RESULTS
The logs aren’t having much information. Neither, it is showing any error. We have already set GOMAXPROCS and LIMIT_RESOURCES before this change was made. Below were already set before this change:...
View Article[Question] How many tenants can we have in one collection?
In multitantency setting, we can add different tenants in one collection. What is the maximum number of tenants we can have in one collection?
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
(post deleted by author)
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
I tried everything with different .env files, including a completely empty one or no .env file at all. I always get the same error on both versions. I don’t think it has to do with the .env file.
View ArticleProblem starting Verba using Ollama on Mac
Description - error message: Failed to connect to Weaviate Collection may not have been created properly.! Unexpected status code: 422, with response body: {‘error’: [{‘message’: ‘class already...
View ArticleBatch inserts failing for weaviate
Hi @DudaNogueira , My weaviate server version is: 1.25.0 Client language - Python(via langchain) Client version - 3.24.1 I tried calling the kubernetes service port endpoint, bypassing traefik and I...
View Article[Question] How many tenants can we have in one collection?
Hey @rhuang, how’s your week going? There isn’t a fixed limit in Weaviate either with collections or tenants. It can handle as many as you need, depending on the resources available. The more...
View ArticleError when Data Stored in AWS EFS
Hi @DudaNogueira Could you please help us with this issue as we are again facing the same issue, and it is blocking our development.
View ArticleError when Data Stored in AWS EFS
hi @saurbhhsharrma ! Are all the backups failing? Can you reproduce this scenario on a fresh, clean install? We will release a feature to cancel the backups in 1.27 (that may be also backported to...
View Article