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'
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.