-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(kg): modify kg query response to prompt LLM to include query…
… statement (#200) * fix some bugs in reflexion agent * fix an vectorstore issue * introduce use_reflexion to kg RagAgent * prompt LLM not to generate cypher marker * fix test error * change vectorstore collection names to apply previous fix of collection field max length issue * phrasing, formatting, parameter explanations * fix type hinting * prompt LLM even if kg query result is empty * prompt LLM to quote query in answer * fix an error in test * adjust wording * quotation marks -> code block --------- Co-authored-by: fengsh <shaohong.feng.78@gmail.com> Co-authored-by: slobentanzer <sebastian.lobentanzer@gmail.com>
- Loading branch information
1 parent
1fae6e3
commit 2e5ed29
Showing
2 changed files
with
58 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters