quivr/backend/llm/utils
Stan Girard 08e015af6c
feat(lcel): migrated to lcel and pydantic (#2185)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):

---------

Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
2024-02-14 14:01:35 -08:00
..
call_brain_api.py feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
extract_api_brain_definition_values_from_llm_output.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
extract_api_definition.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
format_chat_history.py feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
get_api_brain_definition_as_json_schema.py feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
get_prompt_to_use_id.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
get_prompt_to_use.py feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
make_api_request.py feat: 🎸 api (#2078) 2024-01-25 15:56:46 -08:00
sanitize_function_name.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00