aaishikdutta

Results 5 issues of aaishikdutta

Relates to #46. Added a SitemapLoader class that iterates over a list of urls from an XML sitemap and internally calls the WebPageLoader to load the urls. It is paired...

Relates to https://github.com/embedchain/embedchain/issues/46. Added a SitemapLoader class that iterates over a list of urls from an XML sitemap and internally calls the WebPageLoader to load the urls. It is paired...

The Embedchain class has a lot of methods and it would add value in terms of code readability to abstract it a little bit. There are many open issues about...

With the addition of multiple loaders and chunkers the embedchain.py size seems to be growing and I feel it would add to the code-redability by adding some sort of abstraction...

OpenAI provides a feature called function calling, which when provided function signatures for downstream functions can provide response in the format that can be used by that function. https://openai.com/blog/function-calling-and-other-api-updates

enhancement