pathwaycom / pathway

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

Allow threaded start in RAG apps #61

Open berkecanrizai opened 1 week ago

berkecanrizai commented 1 week ago

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

Helpful for notebooks and testing.