pathwaycom / pathway

Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
https://pathway.com
Other
4.36k stars 139 forks source link

Allow threaded start in RAG apps #61

Closed berkecanrizai closed 3 months ago

berkecanrizai commented 5 months ago

.run_server() of BaseRAGQuestionAnswerer should allow threaded run similar to VectorStoreServer.

Helpful for notebooks and testing.

berkecanrizai commented 3 months ago

Will be available in the next release