danswer-ai / danswer

Gen-AI Chat for Teams - Think ChatGPT if it had access to your team's unique knowledge.
https://docs.danswer.dev/
Other
9.75k stars 1.09k forks source link

Connectors are hanging with this new push #1679

Open skprasadu opened 1 week ago

skprasadu commented 1 week ago

Team,

We have been using Danwer for a while and with this recent push, it seems, the connectors are hanging as shown below,

image

Also when I am trying to use ingestion API as per this Link, and when I have No Auth, it is giving me this error. Any help will be appreciated.

{
    "status_code": 422,
    "message": "[{'loc': ('header', 'authorization'), 'msg': 'field required', 'type': 'value_error.missing'}]",
    "data": null
}
Arkantium commented 1 week ago

Same for me

skprasadu commented 1 week ago

I was able to get past 1 thing, I am able to use ingestion API. when you start Danswer, you can do

 docker logs -f <Container ID> 2>&1 | grep --line-buffered "Danswer API Key"

It will return the Bearer token, once we get that you can use that in the postman and we can ingest the data. And also able to search in the UI. This is cool.

I still have 2nd issue with "Scheduled" hung.

skprasadu commented 1 week ago

When ingesting data to Danswer using ingestion API, can we batch documents and insert? let me know if you support this feature.