Quantcast
Channel: Weaviate Community Forum - Latest posts
Browsing all 3587 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Error: 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 Article

Image may be NSFW.
Clik here to view.

Own 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 Article

Help 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 Article


Installing Verba with Docker

Thanks @DudaNogueira for the great help. it worked. //Ricky

View Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Error: 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 Article


Weaviate didn't start up

I still get this error even after hard coding url and api key

View Article


Weaviate 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 Article

Image may be NSFW.
Clik here to view.

How 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

Image may be NSFW.
Clik here to view.

[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

Image may be NSFW.
Clik here to view.

[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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

Authorization 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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

Own 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 Article


Cannot get Weaviate instance to work

(topic deleted by author)

View Article

Weaviate 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 Article

Weaviate 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
Browsing all 3587 articles
Browse latest View live