-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Semantic Spliter + minor improvements * chore: testing * fix: BaseDocumentChunk output fix * feat: Combined chunk title with chunk content * chore: Updated semantic router version * chore: Updated semantic router version * Small tweaks and bug fixes * Update README * chore: Merging * chore: Testing * chore: Minor improvements * Add support for querying code interpreter (#66) * Add support for queryig code interpreter * Fix formatting * Ensure the sandbox close is called on exceptions * Update service/code_interpreter.py Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com> * Update service/code_interpreter.py Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com> * Update service/router.py Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com> * Update service/code_interpreter.py Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com> * Add system prompt * Format code * Bump dependencies * Minor tweaks --------- Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com> * Minor tweaks --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
- Loading branch information
1 parent
db5c57a
commit ae3b113
Showing
22 changed files
with
803 additions
and
272 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cSpell.words": [ | ||
"tiktoken", | ||
"Upserted" | ||
] | ||
} |
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
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
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
Oops, something went wrong.