Instructions to back-up my Vector Database and shutdown my Cluster
Description These days my service is down and I am unnecessarily paying for my Weaviate Cluster. Please tell me the instructions to take a backup of my Vector DB and shutdown my Cluster on the...
View ArticleHelp me fix this 500ms latency for vector search!
Query Latency Hi folks! I’m using Weaviate on the cloud, and I’m getting query latencies like this… does anyone have anything they suggest to do? I mostly just stuck with the “bare minimum” (Ie,...
View ArticleAuthentication issue with Google API key in Weaviate
I’m trying to use Google’s text vectorizer (text2vec_google) with Weaviate Cloud but encountering authentication issues. Despite providing the Google API key in headers, I’m getting a 401 error...
View ArticleHybrid search raises an API Key error when used with azure-openai
Yes i have, the near_text queries work fine I’m on weaviate-client == 4.10.2 and weaviate == semitechnologies/weaviate:1.28.1
View ArticlegRPC unable to connect
Description We’ve been using HTTP just find but when trying to use the gRPC URL on Weaviate client 4.11.1, we get this error: Unable to get client collection: 'NoneType' object has no attribute...
View ArticleHelp me fix this 500ms latency for vector search!
Hey Zen, Happy to help here! There are definitely some unknowns I’d like to clarify: Could you provide a snippet of the query being used? (I imagine if it’s just tutorial level stuff we shouldn’t see...
View ArticleHelp me fix this 500ms latency for vector search!
Hi Joe! I’m just running it locally on my computer. My query code looks like this! @timer_decorator def semantic_search(self, query, limit=10): response = self.collection.query.near_text( query=query,...
View ArticleHelp me fix this 500ms latency for vector search!
Hi Joe! Thanks for helping! Here’s the details! Endpoint: https://9p6vscwpqlgxuawurcupaq.c0.us-east1.gcp.weaviate.cloud Collection name: DocSummaries7_flat/DocSummaries7_hnsw
View ArticleUsing internal VectorIndex and hnsw struct
Hi, I was able to get some of the lower level functions working together to do hnsw vector searches but I am having some trouble figuring out how to get the store working so that I can save to disk...
View ArticleAuthentication issue with Google API key in Weaviate
Hi @Anushka_Sonawane , Good Day! Welcome to Weaviate Community! Could you try using X-Palm-Api-Key as a workaround on this issue? Found this related threads below which could be related on this issue:...
View ArticleSlow queries to fetch all objects
Hi @kathleenb45, If you are only interested in UUIDs, you can specify which properties you would like to get back, and or even request to not return any properties to make the request smaller, like...
View ArticlegRPC unable to connect
hi @Tejas_Sharma !! Were you able to fix this? I was out today, but now I got info about an outage in europe-west3 regarding GRPC. So they are probably related. Let me know if this is fixed now. Thanks!
View ArticleUsing internal VectorIndex and hnsw struct
hi @Matthew_Peterkort !! You mean that after ingesting data into a given collection, and restarting your Weaviate, the data is not persistent? Also, can you share the version and deployment method?...
View ArticleInstructions to back-up my Vector Database and shutdown my Cluster
hi @Rajesh !! You can configure a backup module (for example a backup bucket in s3, os google cp, for example). You then backup there and when the times come, restore using the bucket and backup id....
View ArticleUsing internal VectorIndex and hnsw struct
Yes. I am not sure what functions I need to call to load the data from disk, and I suspect I am not configuring the hnsw index correctly to be able to do this. I’m trying to use the db.VectorIndex...
View ArticleQuestion about Weaviate pricing: Differences between public pricing and...
Hi everyone, I’m evaluating Weaviate and I have a question regarding the pricing. On the public Weaviate Cloud page, it states that pricing starts at $25/month, with a storage cost of $0.095 per 1M...
View ArticleQuestion about Weaviate pricing: Differences between public pricing and...
Hi @iA_tashema , Good Day! Welcome to Weaviate Community! Based from screenshot provided, the cluster you are creating is a High Availability Cluster which explains the estimate cost of $75/month. If...
View ArticleWeaviate Backup - 50,000 blocks ERROR CODE: BlockListTooLong
Hello @Damien_Gasparina/@DudaNogueira, Thanks for your response. We are deploying Weaviate using a Helm chart and would like to request the addition of the AZURE_BLOCK_SIZE and AZURE_CONCURRENCY...
View ArticleMulti2vec_clip and multi2vec_bind
What are diffrensces between multi2vec_clip and multi2vec_bind? Which should I use?
View ArticleWeaviate Backup - 50,000 blocks ERROR CODE: BlockListTooLong
hi @sanjeev1678 ! Thanks for pointing it out. I have just documented those env vars: I have just documented those variables: github.com/weaviate/weaviate-io Document azure backup blocksize and...
View Article