Batch inserts failing for weaviate
Glad to hear that! Notice that you are using python v3 client, while the new python v4 will get you a lot of improvements, specially on batch inserts, as it uses GRPC instead of HTTP. Check this doc...
View ArticleIssue with QUERY_DEFAULTS_LIMIT and QUERY_MAXIMUM_RESULTS
I believe that because of the increase of QUERY_MAXIMUM_RESULTS, it may be failing to answer the check probe. If you use QUERY_MAXIMUM_RESULTS with the defaults, it does get back to normal, right?
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
Can you define this env variables with a working cohere api key? COHERE_API_KEY For some reason, your deployment is trying to get cohere models, and is failing.
View Articlehttps://weaviate.io/developers/weaviate/more-resources/dspy the page can not...
hi @longfei_yao !! We have concentrated all integrations content into a single place. I believe this is what you are looking for: weaviate.io DSPy | Weaviate DSPy from Stanford NLP is a framework for...
View ArticleSingle-node in k8s deployment issue
Hey @Anton, Could you please provide us with the .yaml file? I’d like to try reproducing the issue. Also, is this a fresh installation, or are you editing the config and restarting the node?
View ArticleProblem starting Verba using Ollama on Mac
hi @td55 !! Welcome to our community !! It looks like there is already a VERBA_Config collection, but it shouldn’t try creating it again. What is the Verba version you are running?
View Article[Docs] Wrong example google embeddings AI Studio Python example
hi @johtani !! Welcome to our community Thanks for pointing it out. We’ll look into it. Thanks!
View ArticleProblem starting Verba using Ollama on Mac
Thanks, using Github latest, also tried a clean install with pip3 - same result
View ArticleOIDC Configuration issue
Description I am trying to configure OIDC and would like what is the SCHEME option that I need to choose . SCHEME can take either HTTP or HTTPS for tls . Below is the error I am getting . Please let...
View ArticleSingle-node in k8s deployment issue
Hey @Mohamed_Shahin , In terms of configuration, we’ve deployed the latest (17.2.1) Weaviate helm chart to our k8s cluster (v1.29) running in GCP. The installation is fresh and the following is a...
View ArticleOIDC Configuration issue
HI, here is a working example: weaviate-python-client/ci/docker-compose-wcs.yml at main · weaviate/weaviate-python-client · GitHub
View ArticleProblem starting Verba using Ollama on Mac
Temp Fix: Go to ‘goldenverba/components/managers.py:146’ Change ‘self.config_collection_name = “VERBA_CONFIG”’ to custom name Instance attribute config_collection_name of goldenverba. components....
View ArticleText search and multiple embeddings
Hi, I have an app which does multimodal searches using CLIP. The nearObject and hybrid searches for that work fine. I’d also like to be able to do text searches in the future, meaning I’d have a...
View ArticleText search and multiple embeddings
Hi @vrano, I hope you’re having a great week! I completely understand your need to achieve good results both ways. Based on your message, I believe you could benefit from multi-vector capabilities....
View ArticleHigh Query latency in Weaviate
We have tried with replication factor 2 and consistency level 1 during the read, however response time is quite higher than replication factor 1 setup, which was surprising for us. It was using memory...
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
Ok Verba v2 worked after defining a cohere and an OpenAI API key. But as far as I know it is supposed to work without these keys in the .env file as well, right?
View ArticleProblem starting Verba using Ollama on Mac
That worked, thanks. Let me know if I can help with testing.
View ArticleProblem starting Verba using Ollama on Mac
What could also work is removing all content from your local persistence path, if using local deployment
View ArticleUnable to deploy Verba v1.0.3 and v2.0.0 with Docker on Windows
definitely. I am not sure why the Cohere embedded kick in. Maybe some env vars are set. There are more changes coming to Verba that will improve this deployment part. Thanks!
View Article