katanaml / sparrow

Data processing with ML, LLM and Vision LLM
https://katanaml.io
GNU General Public License v3.0
3.73k stars 379 forks source link

weaviate.exceptions.WeaviateStartUpError #63

Closed Asif-droid closed 3 months ago

Asif-droid commented 3 months ago

when running llamaindex api.py hitting api: /api/v1/sparrow-llm/ingest having internal server error for this: weaviate.exceptions.WeaviateStartUpError: Weaviate did not start up in 5 seconds. Either the Weaviate URL http://localhost:8080/ is wrong or Weaviate did not start up in the interval given in 'startup_period'

I have started the weaviate-db container: curl localhost:8080 {"links":{"href":"/v1","name":"api v1","documentationHref":"https://weaviate.io/developers/weaviate/current/"}}

help me to resolve this.

abaranovskis-redsamurai commented 3 months ago

not reproduced, it works on my env...