Tim A
Tim A
Inspired by the `LLMCheckerChain`, which is very useful for checking questions and answers, I found a need to check if the assertions made in a summarization of unknown texts was...
Pulled out of #1240 Working with memory a little bit, it's extremely helpful to attach memory to a sequential chain to pass along unchanging data. The use case I found...
I'm sure this has been discussed internally, but I wanted to get some feedback and before I started diving into an implementation. I was working on a custom agent, and...
OnlinePDFLoader already had this, and I was implementing this everywhere I used these loaders locally, so I figured why not unify things. I didn't touch `Unstructured` since it's implemented different...
If a `persist_directory` param was set, chromadb would throw a warning that ""No embedding_function provided, using default embedding function: SentenceTransformerEmbeddingFunction". and would error with a `Illegal instruction: 4` error. This...
Most of the from_documents functions have more than a few args. It's really nice using the single line loader, so lets pass along kwargs
`OnlinePDFLoader` and `PagedPDFSplitter` lived separate from the rest of the pdf loaders. Because they're all similar, I propose moving all to `pdy.py` and the same docs/examples page. Additionally, `PagedPDFSplitter` naming...
`mod_security` and other "security" modules of web servers will fail responses if User agents aren't set. More sophisticated bot checkers will check to see if a useragent is real or...
Most examples I've seen of "chat my site" functionality depends on scraping a whole website - the gitbook loader is a good example of this. So lets make it easy!...