[Question] Python - weaviate client 4.0 cannot connect from inside kubernetes
hi @marekzebrowski !! Welcome to our community the connect_to_weaviate_cloud should only be used when connecting to our cloud. And thats because we have a specific way of exposing our weaviate...
View ArticleColbertV2 Support
hi @JK_Rider !! Have you seen this recipe? github.com weaviate/recipes/blob/main/weaviate-features/named-vectors/NamedVectors-ColPali-POC.ipynb { "nbformat": 4, "nbformat_minor": 0, "metadata": {...
View ArticleRunning on ZFS: Options, particularly recordsize?
hi @bernd !! Welcome to our community I am don’t know that either. I will ask about it internally and will get back to you when I get some more info. THanks!
View ArticleClient.close()
hi @Tomas !! Have you tried passing skip_init_checks at client initiation? May this is the cause of the overhead?
View Article[Question] Fetch failed for embedded weaviate javascript
hi @Tejas_Sharma !! Welcome to our community your query is asking for content title { distance } where it should ask for content title _additional { distance } I was not able to get this from the...
View ArticleAppkey Configuration - Azure OpenAI
hi @Rahul_Subramani !! Welcome to our community! Please, what is the version of client and server you are running? Does it happen also on latest? This message is coming directly from Azure/OpenAI....
View ArticleUnable to fully comprehend the computed score
Oh wow!!! Also learned this hahaha. Thanks!!!
View ArticleAn object is somehow only visible in the REST API but not via GraphQL
Oh! We would love to have a reproducible way for this bug we have a chaos pipeline, but not always can create this cases. So after reindexing, you didn’t have this issue anymore, right? This could be...
View ArticleWeaviate with Traefik and gRPC
This will indicate that the grpc is not exposed properly you should be able to get that SERVING status.
View ArticleWeaviate Cluster Setup with Docker on Different Servers Failing
hi!! Check here a working example of a multi node running in docker: weaviate.io Docker Compose | Weaviate - Vector Database Weaviate supports deployment with Docker. If you use the default values,...
View ArticleBUG - Duplicate and inconsistent results of BM25 search
hi @Tomas ! Sorry for the delay. Unfortunately our team had “laser focus” on some implementation delivered in 1.25 and 1.26 As those are now released, we’ll have a sprint to deal with all those kind...
View ArticleUnable to connect to weaviate running behind reverse proxy
Oh, that indicates your GRPC service may not be properly exposed. What is the error message?
View ArticleIssue: Weaviate Cluster Setup with Docker on Different Servers Failing
hi @Mariam ! There is very similar issue here: Weaviate Cluster Setup with Docker on Different Servers Failing General hi!! Check here a working example of a multi node running in docker: I believe...
View Article[Question] Python - weaviate client 4.0 cannot connect from inside kubernetes
but… I am trying to connect to weaviate cloud - in both cases. wqpzmrins6y4jyhqg4pvcw.c0.europe-west3.gcp.weaviate.cloud to be specific. I don’t expect anything special in the client - I suspect...
View ArticleUnable to connect to weaviate running behind reverse proxy
Failed to dial target host “:50051”: context deadline exceeded
View ArticleUnable to connect to weaviate running behind reverse proxy
Even I did the following. Exposed weaviate with 8080 and 50051 as part of docker instances. now localhost:8080 is responding me with the following response Command: curl http://localhost:8080/v1/nodes...
View ArticleUnable to connect to weaviate running behind reverse proxy
Oh, wait. If you don’t have SSL, you need to pass the -plaintext, like so grpcurl --plaintext -d '{"service": "Weaviate"}' -proto health.proto localhost:50051 grpc.health.v1.Health/Check Thanks!
View ArticleUnable to connect to weaviate running behind reverse proxy
DudaNogueira: grpcurl --plaintext -d '{"service": "Weaviate"}' -proto health.proto localhost:50051 grpc.health.v1.Health/Check I was able to make it working in local host using the command you gave...
View ArticleUnable to connect to weaviate running behind reverse proxy
Yes, at localhost level. But not at traefik and Cloudflare level. I’m researching on that.
View Article