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

The commit `3455b032 `has caused some issue in `poetry.lock` file as there is no quotes in this [line](https://github.com/SylphAI-Inc/AdalFlow/blob/main/poetry.lock#L6131) and the lock file is not compactible with `pyproject.toml` i have created...

Added a new notebook for dataclass tutorial based on following issues - https://github.com/SylphAI-Inc/AdalFlow/issues/194 - https://github.com/SylphAI-Inc/AdalFlow/issues/123

Love your project! Super excited to explore it more with my data. I think it's a super exciting direction for the field. In the docs you mention two pieces of...

Added Support Azure AI, client serivce #92 Now you can use either OPEN_AI_KEY or you can use Azure identity service to directly authenticate to your end points using credentials

1. make boto3 a safe import, update the poetry lock, add better doc string

### Summary This PR introduces a `Dockerfile` to the Adalflow project, allowing users to easily containerize and run the project in a consistent environment. ### Benefits - **Consistency**: Ensures that...

- fix the api in the word count code and generate better diagnose report - multi-hop RAG will have cycles, we can create a copy to every node that is...

For models, especially open source ones with logprob available, we can potentially force model to select from a set of options such as `select(["apple", "orange")`. this is very helpful for...

enhancement
help wanted

Hey I have a question about using OpenAI models through a developer platform. With dspy , I can pass the developer platform endpoint ( base_url="https://llm.prod.xxx.com"), which looks something like ```...

``` # pickle file # save the serialized states to a file from adalflow.utils.file_io import save_pickle states = doc.to_dict() # save_json(states, "doc.json") save_pickle(states, "doc.pkl") # load the serialized states from...