Full Metal Weaviate aka Weaviate for lazy people
Oh wow!!! Hi @Paul_Hechinger !! Thanks!! This is really interesting and a nice approach to make it all even easier. I have sent it to our team so they can enjoy it too!!
View Articleweaviate.exceptions.WeaviateQueryError: Query call with protocol GRPC search...
hi @mihajlo !! Welcome to our community The best place to ask for support on any hosted Weaviate instances that we host is here: console.weaviate.cloud Weaviate Cloud Weaviate Cloud That’s because it...
View Article[Docs] Distance metrics incorrect range
hi @_Viliam_Durina !! Welcome to our community !! Thanks! I have forwarded it to our team!
View ArticleOllama Embeddings call fails with wrong URL path: /api/embeddings
hi @coolrazor !! Welcome to our community Not sure I understood This is a working example using Weaviate (Docker) and Ollama (Natively): import weaviate from weaviate import classes as wvc client =...
View ArticleOllama Embeddings call fails with wrong URL path: /api/embeddings
One interesting thing I noted is that indeed the /embeddings will not work, yet it seems that Ollama module in Weaviate is using it github.com...
View ArticleSetup issues with sagemaker endpoint
With the latest release this is the response i get Object was not added! Unexpected status code: 500, with response body: {'error': [{'message': "vectorize target vector title_vector: update vector:...
View ArticleSetup issues with sagemaker endpoint
hi @Rohan_Purohit !! Can you replace the apiurl at run time? Maybe we can reproduce the exact same call so we can catch that exception with in it’s full context while adding that object.
View ArticleNot able to connect to weaviate instance from vectordbBench
Oh I see. You will need to forward the http service port from that pod to 8080. This is not covered on that docs. Do you know how to forward those? Are you also using minikube?
View ArticleNot able to connect to weaviate instance from vectordbBench
yes @DudaNogueira , I am using minikuve . I have followed the exact steps mentioned in: Create a Kubernetes cluster | Weaviate. I am facing issue forwarding request inside Minikube into weaviate cluster
View ArticleOllama Embeddings call fails with wrong URL path: /api/embeddings
super weird but when I take the example you have above and edit it to use client = weaviate.connect_to_custom it still fails. The script is being ran from my local PC. Weaviate and Ollama are running...
View ArticleOllama Embeddings call fails with wrong URL path: /api/embeddings
Oh actually I forgot to not use the server hostname since it appears the call is made from within the Weaviate container, not the script (if I’m not mistaken). I just edit these lines to use my DNS...
View ArticleFull Metal Weaviate aka Weaviate for lazy people
Hey @DudaNogueira thanks for the feedback and reply
View Article[Docs] Distance metrics incorrect range
Hi @_Viliam_Durina Thank you for this! We have fixed it here - it will be merged to main shortly github.com/weaviate/weaviate-io Fix hamming & manhattan dist ranges Commit by databyjp - [Draft]...
View ArticleRaft make boostrapping take too long
Description My current usecase need to restart the weaviate pod frequently. The data is quite huge, about 2687 schema. Look like enable Raft on version 1.27.1 make the boostrapping take about 45...
View ArticleHandling Collection Inactivity in Weaviate
Hey @Mohamed_Shahin , I had a follow-up question to the approach you suggested. Does Weaviate provide a way to check last activity timestamp of a tenant, which can be accessed by the Python SDK? If...
View ArticleUpdate existing chunks in a document with more than QUERY_MAXIMUM_RESULTS...
Description We have a setup where we have multiple Documents, that are chunked into Chunks. For some of these documents, we have an automated service that updates the Document daily. To correctly...
View ArticleNot able to connect to weaviate instance from vectordbBench
I was able to send requests on http port exposed via Minikube tunnel s external IP. whereas for the grpc port I am not able to get it through to the weaviate running in minikube. I tried port...
View ArticleUpdate existing chunks in a document with more than QUERY_MAXIMUM_RESULTS...
Hello! You could: have a second class documents which references all chunks that belong to a given document add another property document to your Chunk-class, which (for example) contains the ID of...
View ArticleFilter index breaks after updating/inserting new records
Hello @g_parki , First of all, thanks for reporting this issue. My name is Jose Luis and I am QA at Weaviate. I have been trying to reproduce your issue in 1.27.1 in a kind local kubernetes cluster...
View ArticleIssue with bring your own vectors
Description Hello everybody. I am stuck with the issue of bringing my own vectors to weaviate cloud. Followed the guide of “batch import”, but didn’t succeed. import weaviate from...
View Article