Error: not enough memory mappings
hi! Autoscaling would be something to be done at the k8s or docker level as per TTL, if you are using multitenancy, there is a new feature where you can load and offload from memory on a per tenant...
View ArticleError: not enough memory mappings
thank you, I think I’ll give setting the vectorCacheMaxObjects a try. I’m assuming this is something that is set upon class creation rather than something I change via the manifest/server correct? If...
View Article[Question] client.batch.failed_objects
import time import weaviate from llama_index.core import VectorStoreIndex, SimpleDirectoryReader from llama_index.vector_stores.weaviate import WeaviateVectorStore from llama_index.core.node_parser...
View ArticleOwn embedding value not vector search
HYK97: vector={ "title": title_embedding, "review": review_embedding, "detail": detail_embedding }, Doesn’t this create a named vector? I thought I was creating 3 vectors like above and searching them...
View ArticleHelp Needed: Issue with Vectorizers in Weaviate Collections Console
Thank you for the blog post recommendation. I appreciate the resource on choosing embedding models. However, the issue I’m facing isn’t with selecting the embedding model itself. The problem lies in...
View ArticleInstalling Verba with Docker
Thanks @DudaNogueira for the great help. it worked. //Ricky
View ArticleHow to use Question Answering module with TypeScript v3 client?
Description I’m currently migrating our app to TypeScript client v3 from v2, and we heavily rely on the QnA Transformers module. However, I couldn’t find any info on how to use it with TypeScript...
View ArticleError: not enough memory mappings
mmoya: not enough memory mappings This error tells that you are hitting Operating Systems open files limit. This setting is OS specific setting and can be increased. Our helm charts are updating this...
View ArticleWeaviate didn't start up
hi @shaheen !! Welcome to our community! What is the exact error code you get? Also, please, feel free to create a new thread so we can help you. Thanks!
View ArticleHow to use Question Answering module with TypeScript v3 client?
hi @evenfrost !! The ask capability was not added to the grpc endpoint. in ts client v2 you can do a raw graphql query using: client.graphql.raw() however this raw graphql query method was not...
View Article[Question] client.batch.failed_objects
Hi! You need to inspect client.batch.failed_objects and check the error log in there. It can be apikeys, timeout, or anything in between. Can you check the content of that objects? More info on error...
View Article[Question] YOUR TOPIC
hi! You never defined the named vectors to begin with Check here some nice academy we have about this: weaviate.io 220 Named vectors | Weaviate - Vector Database Course overview this is how your...
View ArticleHow to use Question Answering module with TypeScript v3 client?
Hi @DudaNogueira , But in v2 you can just use await client.graphql .get() .withClassName('Article') .withAsk({ question: 'Who is the king of the Netherlands?', properties: ['summary'], }) Without...
View ArticleAuthorization header is correct, but the token seems invalid
I am trying to use Weaviate with Hugging Face to create vectors to compare semantic similarity, but I keep getting this error: “Every object failed during insertion. Here is the set of all errors:...
View ArticleHow to use Question Answering module with TypeScript v3 client?
I am not sure this will be ported to the new client. Can you please open a feature request in GitHub - weaviate/weaviate: Weaviate is an open-source vector database that stores both objects and...
View ArticleOwn embedding value not vector search
Hi! That would be a cool feature, hahaha. I am not sure it creates, to be honest. AFAIK, the Auto Schema should only kick in for property. I have written some code here to do what you want: [Question]...
View ArticleWeaviate Startup Issue - WCS gRPC Connection error
Hi Team, We’re using WCS 1.25.9 and experiencing issues with Weaviate in our [production/staging/development] environment. The problem started at 6/30/2024 Error message: error WeaviateStartUpError:...
View ArticleWeaviate Startup Issue - WCS gRPC Connection error
Hi! Can you send an email to support@weaviate.io? That will open a support ticket. Please make sure to state the endpoints or cluster name you are facing this issue. Thanks!
View Article