AdalFlow icon indicating copy to clipboard operation
AdalFlow copied to clipboard

AdalFlow: The library to build & auto-optimize any LLM tasks.

Results 27 AdalFlow issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** AdalFlow currently does not support AWS Bedrock models and embeddings. This limits the ability to leverage state-of-the-art AI models and...

We encourage contributors to work on these colab. And other tutorials that need a colab. - [ ] [dataclass](file:///Users/liyin/Documents/test/LightRAG/docs/build/tutorials/base_data_class.html) - [ ] [modelclient](file:///Users/liyin/Documents/test/LightRAG/docs/build/tutorials/model_client.html) - [ ] [parser](file:///Users/liyin/Documents/test/LightRAG/docs/build/tutorials/output_parsers.html) - [ ]...

LMStudioClient works with LM Studio provider of local LLM

### New design TransformerClient into 3 client classes: 1. TransformerEmbeddingModelClient - Merger of TransformerEmbedder and TransformerClient 2. TransformerRerankerModelClient - Merger of TransformerReranker and TransformerClient 3. TransformerLLMModelClient - Merger of TransformerLLM...

The codes in fever.py and hotpotQA.py should be updated for ReAct agent benchmark, I am working on updating it

If someone has used GraphRAG or have clear use cases, would love to have a discussion. After deep dive on GraphRAG, we will decide if we will implement into LightRAG...

help wanted

**Is your feature request related to a problem? Please describe.** Currently I can only pass one string to Generator, but openai support a list of message which is what I...

enhancement
help wanted
question

Currently the colab is managed in google drive and it is not easy to collaborate. We need a way to seamlessly integrate that to the github.

Hi, I really like your design philosophy. It would be great to have a model client for Azure OpenAI.

enhancement
help wanted
good first issue

@liyin2015 I played around with how to add streaming to the `acall` function, but I dunno whether this is the right way to do it as I'm a newbie when...