AdalFlow
AdalFlow copied to clipboard
AdalFlow: The library to build & auto-optimize any LLM tasks.
Write a page to guide on the model supported, and how to set the commonly used parameters. We can use openai' api as a standard format. And guide users on...
Model Client: https://lightrag.sylph.ai/tutorials/model_client.html LiteLLM: https://github.com/BerriAI/litellm LiteLLM could enable users with many models used in the same format as openai. And it achieves so by using api requests instead of different...
**Describe the bug** Not sure if this is a bug or if it's not supposed to work this way, but I can't figure out how to stream the response from...
Current memory can be built with ready to use components, such as local db / cloud db, and any retriever. Some users want more higher-level (out-of-the-box) solution that can be...
Component base class will need a bit more tests on serialization and be more clear when one child component can not be serialized and deserialized, and return True/False and what...
We will add both link to google colab and link to the code in the repo for tutorials. This will lower the friction for users further
* fix grammar errors in retrievers, embedders etc * split large tutorials into smaller ones. Data -> Data pipeline and Database.