Adrian Kosowski
Adrian Kosowski
Closing as done - xpacks support has been around for a while now and is mature.
Hey @Krelk101, Pathway is currently not supported on Windows. Windows users may want to use Windows Subsystem for Linux (WSL), docker, or a VM. Let us know if you need...
Hey @udbhav-44, just a quick point - in your use case, is it acceptable to "hot reload" the server (effectively stopping one user's session and start another user's)? For most...
Hi @abdul756 not at all sure this is a case for vector search but if you want to do that, you may want to pass "metadata_column" to your chosen indexing...
@ucas010 please take a look at this guide: https://pathway.com/developers/templates/private-rag-ollama-mistral#_3-embedding-model-selection. It describes both selection of local embeddings, and of a connection to a custom LLM via LiteLLM wrapper. The code described...
I think there is no problem here: pw Vector Store is a built-in vector index in-memory (it is built around Tantivy, at similar performance levels as the FAISS implementation). You...
Hi @ucas010 did you give the built-in vector store a try? If we should close the issue, let me know.
Hey @rjakomin, The quickest way may be to enable OCR for the Docling pipeline. You can try it on a single PDF page to see if the OCR quality is...
Thank you for the report @rjakomin. While we investigate this, could you share any relevant statistics (like `docker stats` memory, CPU usage profile directly before the crash) which could explain...
Hi @0xhanh thanks for the report. While there is indeed a big internal TODO around variable name cleanup for internal variable names starting with `AWS_`..., have you checked that what...