Upload to and Deletion from Custom Weviate Instance Always Times out
Hi @ThomDB !! Welcome to our community. What is the server version you are using? @AbhiP Have you tried this on latest version? And what are the number of objects in place? Thanks!
View ArticleTimeout values in Wevaiate config
Ok, this can mitigate, but a query shouldn’t take that long: weaviate.io Python | Weaviate - Vector Database Overview there are more timeout configs: client = weaviate.connect_to_local( port=8080,...
View ArticleWeaviateHybridSearchRetriever
hi @pj812! This error means that you are passing the wrong client. right now, python v4 client package will include both v3 and v4 code. the difference is how you instantiate the client. for v3:...
View ArticleWeaviate Deployment not possible due to Azure Policies
Hi @Ines !! Check here the info for this option: github.com weaviate/weaviate-helm/blob/6ad5b697eec1f8a8e612415fa1d6b8e9d4b23ef5/weaviate/values.yaml#L41 # below is an example that can be used to set...
View ArticleFatal error during Weaviate 1.25 startup: could not open cloud meta store
Ok, can you open a Github issue with that? I will escalate it with out team. THanks!
View ArticleAny plans to support new voyage embeddings or jina v2 reranker?
hi @Baptiste_Cumin1 !! Welcome to our community! Is this voyage embedding the voyage-multilingual-2 one? If that’s the case, good news: It is already supported. Here is how: import weaviate import os...
View ArticleAny plans to support new voyage embeddings or jina v2 reranker?
Also, there is a PR pending review for the reranker from JinaAI: github.com/weaviate/weaviate Adding reranker support for JinaAI Models with its new jina-reranker-v1-base-en model weaviate:main ←...
View ArticleTimeout values in Wevaiate config
Hi @DudaNogueira Tried setting the query values to 600, still the query was timing out in 30 seconds. Tried uninstalling weaviate client and installing it again and it works fine now ! Looks like some...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
Hi Team, 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 the...
View ArticleUpload to and Deletion from Custom Weviate Instance Always Times out
Hey @DudaNogueira , As I have already mentioned, I have not yet tried this on the latest version, because this is a production DB. I have asked you certain specific questions already related to this....
View ArticleBatch thread died unexpectedly
Environment: weaviate 1.25.1 weaviate client 4.6.4 fastapi 0.111.0 when using import batching like so: async def batch_save(facts: Sequence[CreateWithVector], weaviate_class_name: str,...
View ArticleFatal error during Weaviate 1.25 startup: could not open cloud meta store
Thanks & done: “could not open cloud meta store” error during Weaviate Startup using one node · Issue #5362 · weaviate/weaviate (github.com)
View ArticleBatch thread died unexpectedly
Hi @aleks, Welcome to our community! it’s great to have you here Have you considered to capture more information about this error by implementing error handling and logging during the batch process?...
View ArticleBatch thread died unexpectedly
aleks: async def batch_save(facts: Sequence[CreateWithVector], batching does not support being called within async functions. That is probably why it fails
View ArticleTimeout values in Wevaiate config
hi @adithya.ch ! What is the version you are running? Do you still see this error on latest version? How many objects do your have indexed? is it multi tenant? It’s good to get more readings from your...
View ArticleDoes Weaviate support SSL out of the box?
Exposing the deployment has a lot of options and varies a lot. I have crafted a docker compose for traefik here. because of the new grpc endpoint, it got a little bit more tricky than only a common...
View ArticleSome objects not readable after batch import / flush and switch failed
This is running on Azure, disk space provided using a NetApp Cloud Volume (CVO) via NFS3.
View ArticleSome objects not readable after batch import / flush and switch failed
With that amount of objects, can you try reindexing on a new collection? This could be an indexing error and reindexing shouldn’t be a lot of efforts. Let me know if this is possible. THere is a...
View ArticleSome objects not readable after batch import / flush and switch failed
Not quite sure what the reindexing would help with the original issue? The data is available now after a server restart, the question is just why did it require a server restart to recover it. So what...
View Article