Delete object with id array failed
I am using weaviate typescript v3: I have below test code: const itemsIdToDelete = [ 'c0381cd9-4f9e-4d48-b0e9-33d0e8c3ffa7', 'd0fe3dff-3135-4379-92b4-22229db68653' ] deleteResult = await...
View ArticleWeaviate error "transferring leadership" on single node cluster
One thing we’re trying to do is deleting collections from the file system (mounted on /var/lib/weaviate), but Weaviate keeps recreating them. How can we prevent that?
View Article{'error': [{'message': 'leader not found'}]} when using LangChain, and...
Hi @DudaNogueira , thanks for replying! Unfortunately the issue’s still there:(. Here’s some extra information, maybe that’ll help: client.is_connected() and client.is_live() are both True, but...
View ArticleI want to use Azure OpenAI but being asked to provide an OPENAI_APIKEY?
Thank you! That makes sense. I ended up finding out that I don’t have access to the Azure OpenAI Embedding model in my Azure OpenAI subscription, so I had to change directions and use...
View ArticleCreation of cluster taking ages
Its been more than 2 hours already. still shows cluster is being prepared message. on the other hand, upgrading the existing sandbox cluster works as expected. new cluster version: 1.28 sandbox that...
View ArticleDelete object with id array failed
Hi @alisha_liu, That is super strange, I’ve just run a test on a dummy collection. First I printed 3 UUIDs: const myCollection = client.collections.get('Animals'); const res = await...
View ArticleCreation of cluster taking ages
Hi @rejoan.common, I am sorry to hear that. Please drop us an email at support@weaviate.io with your cluster ID. Our team will look into this. Thanks, Sebastian
View ArticleWeaviate cloud backup to file system
Hey @DudaNogueira going off of this, so if I have a cluster in the cloud, Weaviate automatically backs this up? Let’s say I need to backup to a version 2 days ago or an hour ago, etc., how can we do...
View ArticleError: 'WeaviateBatchError('Query call with protocol GRPC batch failed with...
Hi @DudaNogueira Thankyou for the clarification. Can you please clarifiy the other two, the deadline exceed and goaway received error one or it is also related to the same GRPC_MAX_MESSAGE_SIZE?
View ArticleI want to use Azure OpenAI but being asked to provide an OPENAI_APIKEY?
Can you share an example of how you query your data? This might help us figure out if you could change something about your queries.
View ArticleI want to use Azure OpenAI but being asked to provide an OPENAI_APIKEY?
By the way, most Wednesdays we run Office Hours, during which you can ask questions and get help from our experts. Which could help you get this solved You can register here, and we will send you a...
View ArticleError : text too long for vectorization
Hi @DudaNogueira, Thanks for looking at this! I assume that this is the same issue as here. I have the same problem when trying to use Weaviate v4 with gevent or eventlet to perform a simple search...
View ArticleDelete object with id array failed
Hi @sebawita , Thank you so much for help me debug the issues. My project environment: node.js (version 22.0.0) typescript (version 5.3.3) 1 After run this command:console.log((await...
View Article{'error': [{'message': 'leader not found'}]} when using LangChain, and...
hi @Steven !! I will have to save time play around with singularity so I can try figuring it out (never used) What is the singularity version you are using?
View ArticleWeaviate error "transferring leadership" on single node cluster
hi @Stefan_Edlund !! Deleting from the file system is not advisable You can try increasing the readiness probes on k8s, allowing Weaviate enough time to start up. Because of the number of collections...
View ArticleFetch_objects only returns 10 items is limit is no specified
Unfortunately, the iterator() is not a solution if you want to apply a filter, see Getting all items with filter?
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
Hi @DudaNogueira I’ve recently looked into upgrading our local setup to 1.28 but when validating it failed the same Hybrid Query issue again. I recall it was resolved with your help on Slack, but I’m...
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
hi @D3x !! Welcome back You probably have your vectors stored with one dimensionality, and have the vectorizer of your collection configured to use different one. You can get the collection...
View ArticleHybrid Queries on new OpenAI Embedding Models failing server restart
Hi @DudaNogueira , I’m unclear what you’re suggesting. The repo I provided you demonstrates the problem in a fresh instance of weaviate, creates a collection from scratch, inserts a few records, and...
View ArticleWhere is the weaviate log file location
That’s helpful. I want to write logs to a file. Is there an option to set log file? I could not find it.
View Article