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

Modify Architecture to use Langgraph & tools instead of forced RAG & Search #7

Open
brettv30 opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brettv30
Copy link
Owner

brettv30 commented Sep 3, 2024

Modify Git Buddy's underlying architecture to use Langgraph and follow a more agentic approach where the agent can decide if it wants to retrieve documents from the vector DB and if it needs to do additional searches or if it has the answers in its pre-existing knowledge base. i.e. Create an agent with tools using Langgraph instead of multiple chains with forced RAG using Langchain

@brettv30 brettv30 added the enhancement New feature or request label Sep 3, 2024
@brettv30 brettv30 self-assigned this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant