Verba: Failing to embed using Weaviate Service
Exactly Duda! Is a service comming soon. By the way… I’m using OpenAI to this at this momment. But I’d like to avoid costs in DEV. Could you explain how to use HuggingFace instead? The README does not...
View ArticleVerba: Failing to embed using Weaviate Service
Hummm. Have you tried ollama? I believe it will be easier than HF.
View ArticleLocal Python app connecting to Weaviate client 4.0 within Kubernetes
Once you are able t connect to the rest and GRPC - you can use GRPCurl to test - the issue should be a network one.
View ArticleVerba: Failing to embed using Weaviate Service
I’m doing exactly this now! Any tips about Generation in PT-Br? Or Ollama will do this for me? First contact with Ollama…
View ArticleV4 Client can't parse my custom url
Hello Dirk and Duda, thank you very much for your support. There is a small typo in the PR that uses grpc.path instead of http.path on line 141 of file base.py Additionally there is a validation check...
View Article[Question] A way to set global replcation factor?
Zhenghua_Liu: The request load isn’t heavy. Currently, there’s only a single node, which isn’t robust for production use. I’m looking for a way to ensure high availability for Weaviate, not focused on...
View ArticleS3 backup "failed to verify certificate"
Description With Weaviate 1.23.7, I configured S3 backup in the Helm chart. The S3 endpoint is a local service (on a NetApp SAN) that’s available via https on port 8443 and with a self-signed...
View ArticleHelp wrapping my head on two named vectors configs
I have objects with a text title and kicker properties. I will use my own bge-m3 vectorizer. What is the difference between these two styles of using them in the retrieval phase? vectorizer_config=[...
View ArticleKeyError: 'moduleConfig' Error Message
I have not yet been able to successively run the code. I have tried different approaches but I end up with the same error.
View ArticleCheck if data exist in collection
I have to check in my code if a collection have some data. I have created a function where it loads all the data from collection, but this will take time everytime, is there any other way to do it...
View Article[Question] Issue with Data Insertion using spark in Weaviate Cluster
Hello Weaviate Support Team, I’m encountering an issue when inserting data into a multi-node Weaviate cluster using Spark. I am successfully able to insert data into other tables, but when I attempt...
View ArticleKeyError: 'moduleConfig' Error Message
I have contacted you on slack in DM, can we do a screen share? I am really curious on what is the issue here. Thanks!
View ArticleAzureopenai with WeaViate (Insert and Search data) + Rag Azureopenai....
Muito obrigado! Thanks!!
View ArticleKeyError: 'moduleConfig' Error Message
I have finally managed to get it working. I just set up the an entirely new project environment and it seems to be working now. I have no idea what the cause of the issue. Thank you for you help.
View ArticleCheck if data exist in collection
Hi, you can just do collection = client.collections.get(class_name) nr_objects = len(collection) then you know how many objects there are in the collection
View ArticleV4 Client can't parse my custom url
Hi, sorry missed those! Could you try again with commit 29d6e6e8670b9f6a92daa4ecf62a9676a123d4f6? Just replace in the pip command above You should also be able to directly create a...
View ArticleHow to configure weaviate env
version: ‘3.7’ services: weaviate: image: harbor.xxx.com/common/weaviate:1.27.0 ports: - “8081:8080” environment: - QUERY_DEFAULTS_LIMIT=20 - AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true -...
View ArticleS3 backup "failed to verify certificate"
tl;dr: The self-signed certificate needs subjectAltNames and the environment variable SSL_CERT_FILE allows an override for the truststore. I continued investigating and found out that the specific...
View Article