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

Answer Rework + Agentic flow (Langgraph Introduction) #3652

Closed
wants to merge 91 commits into from

Conversation

evan-danswer
Copy link
Contributor

Description

New Langgraph Agent flow + Answer class rework. Broadly speaking:

  • Rudimentary way to call the agentic flow from the frontend
  • Standard flow embedded in Langgraph

There are some known issues at the moment:

  • We don't yet have an integrated way to do citation processing and tool calling. These will follow over the next few days.
  • There's a recurring logger error about a file not existing and attempting to be deleted
  • naming and file structure is inconsistent in some places
  • Not nearly enough testing has been done

How Has This Been Tested?

Happy path tested manually, needs many more tests of edge cases and some added unit/integration tests.

Backporting (check the box to trigger backport action)

Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.

  • This PR should be backported (make sure to check that the backport attempt succeeds)

joachim-danswer and others added 25 commits January 7, 2025 13:50
  follow_up -> refined
 - assumes that Sub-question answers will follow the same citation format
 - assumes that we will be able to fit initial and revised answers into the same format.
 - unifying sub-answers and main agent answers
 - moved all non-common files into that new directory to enable multiple graphs
Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2025 9:27pm

@evan-danswer
Copy link
Contributor Author

switched to agent-search-feature for future development

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.

3 participants