rag-api-server icon indicating copy to clipboard operation
rag-api-server copied to clipboard

POST second request to /v1/create/rag raises unexpected 409 error

Open tallshort opened this issue 1 year ago • 0 comments

╰─# curl -X POST http://127.0.0.1:8080/v1/create/rag -F "[email protected]"

╰─# curl -X POST http://127.0.0.1:8080/v1/create/rag -F "[email protected]" 500 Internal Server Error: [qdrant] Failed to create collection: 409#

It's expected to consume multiple files via multiple /v1/create/rag requests.

tallshort avatar Sep 10 '24 06:09 tallshort