mt7180 / quaigle

RAG-based LLM application: project to explore different llm-frameworks like llamaindex, marvin and langchain, other used frameworks: streamlit, fastapi
1 stars 1 forks source link

create test on upload route functionality processing file AND str #33

Closed mt7180 closed 1 year ago

mt7180 commented 1 year ago
          I totally messed up here, since I didn't recognize, that the url upload works, but the file upload not anymore. Currently working on a fix, but until now wasn't able to resolve the 422 Unprocessible Entity. I Found out that it is not possible to combine Uploadfile and string url in one Basemodel and also as separate route function parameters it does not work, yet ... working on this ...

Originally posted by @mt7180 in https://github.com/mt7180/quaigle/issues/29#issuecomment-1743018204