katanaml / sparrow

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

Error with docker #39

Closed svenbjornkvilt closed 8 months ago

svenbjornkvilt commented 8 months ago

Getting error {"action":"startup","error":"invalid config: no authentication scheme configured, you must select at least one","level":"error","msg":"could not load config","time":"2024-03-01T08:58:45Z"} When to start the docker.

svenbjornkvilt commented 8 months ago

user mistake

Asif-droid commented 3 months ago

when running on docker 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.