How to Set Up Login Credentials for Weaviate Vector DB in Development...
Thank you so much. We will be able to figure it out using your help.
View ArticleQuestion regarding input_type designation for cohere embeddings
Hello, you can check the code here: github.com weaviate/weaviate/blob/6144e518154906f3ed4ad002028ff4f59a441dad/modules/text2vec-cohere/clients/cohere.go#L88 return &vectorizer{ apiKey: apiKey,...
View ArticleV4 Client can't parse my custom url
Hi, sorry for the response delay. Http works just fine. I can acccess meta endpoint so I guess there won’t be other problems. Unfortunatelly after some research I came to the conclusion gRPC cannot be...
View ArticleACORN feedback mega thread
Weaviate 1.27 introduced the new filtering strategy based on the ACORN paper. According to our internal tests, the ACORN algorithm generally improves the filtered vector search performances, with the...
View ArticleIs there any alternatives for extracting the distinct count in the aggregate...
hi @sandeep_gajula !! Welcome to our community Can you elaborate more? Or maybe share a data sample and the outcome you want. Thanks!
View ArticleV4 Client can't parse my custom url
Radomir_Babek: Unfortunatelly after some research I came to the conclusion gRPC cannot be hosted on the custom path Thank you for getting back! I think in this case we will not add an additional path...
View ArticleSetup issues with sagemaker endpoint
I’m trying to deploy the LaBSE model from Hugging Face (sentence-transformers/LaBSE · Hugging Face) to AWS SageMaker and use it for embeddings in Weaviate. I have configured Weaviate with the...
View ArticleWeaviate using tons of CPU during "tombstone_cleanup_begin"
Description I am using local docker container weaviate instance on a Mac. I have test run with it for past week and have >1.2m doc with embedding vectors. I am on “bring my own vector” case. What I...
View ArticleHow does encryption work on Weaviate?
Hello, I have the same confusion here. Interestingly, I can see that end-to-end encryption is provided on the site Security | Weaviate, and the page Weaviate Encryption At Rest | Restackio gives...
View ArticleSetup issues with sagemaker endpoint
Hello, I just merged a PR that includes the body in the error message if we cannot parse it. This will be included in the next release
View ArticleLocally running RAG pipeline with Verba and Llama3 with Ollama
Description I tried following the blog post, Locally running RAG pipeline with Verba and Llama3 with Ollama https://weaviate.io/blog/local-llm-with-verba-for-rag, to build locally and it won’t import...
View ArticleV4 Client can't parse my custom url
Very much understandable. Thank you for your effort
View ArticleLocally running RAG pipeline with Verba and Llama3 with Ollama
Hi @bam !! Welcome to our community I have just built and run Verba using Ollama to test the newer version. I noticed that while we have recently implemented a public docker image, it doesn’t have the...
View ArticleSSL errors due to Zscaler
Description Hi All, I’m trying to get started with a sandbox I’ve created but due to the way Zscaler is set up in my org, I’m not able to successfully create a weaviate client. just following the...
View ArticleSSL errors due to Zscaler
Hi @ant0 !! Welcome to our community Indeed, we have faced this issue in the past with other users and tried to bypass the ssl verification, but this was not possible for the grpc calls, as far as I...
View ArticleSSL errors due to Zscaler
I’ll try this again and see if it works. Thanks for the support!
View ArticleHow does encryption work on Weaviate?
hi @xushuang_hu I believe there may be a confusion here. While the first link mentions all the security features for our hosted customers, the second is a doc on how to install Weaviate using our helm...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
Hello! When I log in using the local method, it shows “Failed to connect to Weaviate Couldn’t connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only file system:...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
hi @nan_dou !! Welcome to our community Can you try defining a different environment variable for XDG_DATA_HOME right before running Verba? According to here: Embedded Weaviate | Weaviate it should...
View ArticleSetup issues with sagemaker endpoint
Hi Dirk thanks for the update. Will check that for sure. But meanwhile can you tell me if there is anything obvious i’m missing in the config?
View Article