sir3mat
sir3mat
same problem
i have "solved" the issue with this approach. This works when files are uploaded inside the chat ``` class Pipeline: class Valves(BaseModel): myValves... def __init__(self): self.name = "pipeline_custom_name" self.valves =...
> I’ve been trying out different ways to upload files. I’m using the inlet function shared by [@InquestGeronimo](https://github.com/InquestGeronimo) and the pipe function from [@sir3mat](https://github.com/sir3mat). The goal is to send file...
> [@sir3mat](https://github.com/sir3mat) I just tried adding the files parameter directly to my pipe() method, but it still doesn’t work. Do you think I should consider switching to the Pipeline class...
> Hey all, I also want to access the raw file bytes in my pipeline but can't piece it together based on the thread. [@ignchap27](https://github.com/ignchap27) [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub) [@sir3mat](https://github.com/sir3mat) can you pls...
I tried to play with the basecode and if we want to emulate full context for document uploaded in chat (with the "+" button) and, at the same time, chat...
I would also recommend adjusting the top_k setting for web search. The chunks generated with Playwright from SearxNG web results often have poor formatting and low-quality text content. As a...
@astroboylrx content extraction engine is used for knoledge base, single files upload on chat and web search results
@astroboylrx how did you implement your endpoint? Does it follow the input output requirements? Pls also attach the documents page settings