Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RAG agent and ReAct agent implemention for llama3.1 served by TGI-gaudi #722

Merged
merged 14 commits into from
Sep 26, 2024

Conversation

minmin-intel
Copy link
Collaborator

Description

Due to limitations of TGI-Gaudi serving, the out-of-box bind_tools api from Langgraph cannot be directly used for open-source LLM based agents to make tool calls. Thus, implement specialized planner and output parser classes as workarounds.

Issues

#377

Type of change

  • New feature (non-breaking change which adds new functionality)

Dependencies

No new dependencies

Tests

Unit test and also Example test

Copy link
Collaborator

@xuechendi xuechendi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codes look good to me, need UT fixed

@lvliang-intel lvliang-intel merged commit e7fdf53 into opea-project:main Sep 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants