Local Python app connecting to Weaviate client 4.0 within Kubernetes
Hi! This issue comes with not exposing your Weaviate server correctly. Here is culprit: create_db_handler:handler:41 - Error: An error occurred while processing the file: Failed to initialize Weaviate...
View ArticleKeyError: 'moduleConfig' Error Message
Hi! This example in our recipes uses text2vec-openai and generative-openai And those modules are enabled: ENABLE_MODULES: 'multi2vec-clip,text2vec-openai,generative-openai' So it should work. have you...
View Article[Question] A way to set global replcation factor?
hi @Zhenghua_Liu !! It will not. Only new collections or tenants. This feature is in our roadmap, and we call it dynamic scaling. With it you will be able to move shards around, helping this kind of...
View ArticleWeaviate Cluster Deployment on Docker Swarm/Docker Compose Fails Due to Node...
hi @omarmhaimdat !! Welcome to our community I started playing around with deploying a multi node using docker swarm, using as a base our multi node docker compose example. While the docker compose...
View ArticleV4 Client can't parse my custom url
hi @Radomir_Babek !! That’s an interesting edge case For now, and only because of that, I would say that Weaviate doesn’t support being exposed on a subpath. I don’t know also if GRPC will allow being...
View Article[Docs] Print out all files/docs ingested in the client
Hi there! In version 4, is there a way to print out the list of all file titles ingested in the client? Thank you!
View ArticleI would like to update the model from gpt-4o to gpt-4o-mini, any tip?
hi @Outlast_Assistenza !! Welcome to our community You will need to reindex your data. For that, this migration guide can help: weaviate.io Migrate data | Weaviate Overview You will need to create the...
View ArticleVerba: Failing to embed using Weaviate Service
Hi @wtavares !! I believe this is a service that we will make available… in the future Check here for being notified when it goes GA: console.weaviate.cloud Weaviate Cloud | Embedding Embedding...
View Article[Docs] Print out all files/docs ingested in the client
hi @ulugbekdj ! Welcome to our community Do you want to show does objects right after a batch ingestion, for example, or all objects currently stored in Weaviate? If the first, the object IDs at least...
View ArticleAzureopenai with WeaViate (Insert and Search data) + Rag Azureopenai....
Hi @Devalci_Santos ! Sure! Here we have a recipe for doing that: github.com recipes/integrations/llm-frameworks/langchain/loading-data at main ·... This repository shares end-to-end notebooks on how...
View ArticleGSE Tokenizer on WCD
hi @dnot23 ! Sorry for the delay here. Missed this one. We are working on allowing changing more configurations in our WCD serverless offering. Right now we enable this configuration for Bring your...
View Article[Docs] Print out all files/docs ingested in the client
DudaNogueira: object IDs at least will be available after the batch finishes, for example here, in batch.results: Thanks, Duda, for a prompt response! The latter link was exactly what I was looking...
View ArticleKeyError: 'moduleConfig' Error Message
I have all those modules enabled in my docker compose as previously indicated. I have restarted the docker several times, the outcome has been consistently the same - KeyError: ‘moduleConfig’. Below...
View ArticleKeyError: 'moduleConfig' Error Message
Hi! This is strange. I have used your docker compose, and was able to run this: client.collections.delete("Kihu") collection = client.collections.create( "Kihu",...
View ArticleKeyError: 'moduleConfig' Error Message
Also, you can check what are the installed modules in a server with: client.get_meta().get("modules")
View ArticleKeyError: 'moduleConfig' Error Message
DudaNogueira: client.get_meta().get("modules") the modules are there. See below. {'generative-anthropic': {'documentationHref': 'https://docs.anthropic.com/en/api/getting-started', 'name': 'Generative...
View ArticleHow does encryption work on Weaviate?
Over here, encryption is mentioned but no information is presented on how it works. Is this encrypted as in no one outside of our company can access the data but for all our tenants, we can access...
View ArticleV4 Client can't parse my custom url
Hello! Could you try this PR? I added an optional path keyword to the connect_to_custom method. You can install it by either downloading the wheel from here or doing pip install...
View ArticleA little help with GraphQL please
I’m new to Weaviate and GraphQL. I have been struggeling with a statement for hours, but still no love: { Get { Trasami_analyse_data { customer_id project_id data_partial } } generate { nearText {...
View ArticleLocal Python app connecting to Weaviate client 4.0 within Kubernetes
I’ve done the port forwarding and minikube tunnel. I’m able to view it when I go into my browser (http://127.0.0.1/v1) as well as I’m able to curl it and I receice a status of 200. Might the issue be...
View Article