Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3605

Trouble Batch Inserting Records Using Langchain w/ Weaviate

$
0
0

Description

I get the following error message running a batch job to load records into my Weaviate nodes.

Reason: local index "<INDEX_NAME>" not found: deadline exceeded for waiting for update: version got=0 want=64

After doing some digging I found this on my node:

{"got":0,"level":"debug","msg":"wait for update version","time":"2024-07-22T21:49:57Z","want":64}

Any ideas what could be causing this?

Server Setup Information

  • Weaviate Server Version: 1.25.8
  • Deployment Method: Docker on AWS ECS using Fargate
  • Multi Node? Number of Running Nodes: 2
  • Client Language and Version: Python 4.6.5
  • Multitenancy?: Yes

Viewing all articles
Browse latest Browse all 3605

Trending Articles