Foad Kesheh
Foad Kesheh
According to this discussion thread https://github.com/SpiderLabs/ModSecurity/issues/1900 having a charset= parameter in that Content-Type header appears to be contrary to the standard, so ModSecurity is blocking it. Feign add it by...
Let's suppose a sequence of tasks like this one: ```python # Define Tasks task_read = Task( description='Read the provided arXiv article and understand its content. The articleUrl is https://arxiv.org/pdf/2205.15023.pdf', agent=read_article_agent...
Current functions implementation doesn't work with GPT-4-Turbo, forming bad JSON strings due to JsonNode usage when concatenating chunks (https://github.com/TheoKanning/openai-java/issues/338) Trying to execute "" Trying to execute "{\"" Trying to execute...
In this PR I'm introducing a WebScrapper Tool, and also an extensible tool platform to add many other tools (i.e. from langchain) into the Chatbot-UI For adding or removing platform...
Today with UUID any user can retrieve data from any file
Question rephraser, changes the user question before the embeddings, improving what is retrieved. It also allows multi-turn conversation as it rephrases the question using the context and the prompt. Very...
Vercel functions has a 4.5Mb file size limit - Limiting documents that can be processed /api/retrieval/process https://vercel.com/docs/limits/overview#serverless-function-payload-size-limit After failing, it doesn't allow user to add any new file.