-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* optimize HierarchyAnnotator for remote db * make db.get and db.update batch calls * add document to the graph for local use * optimize ChunkerAnnotator for remote db * optimize DiffAnnotator for remote db * optimize CallGraphAnnotator for remote db * remove db from ContextBuilder entirely * optimize SummarizerAnnotator for remote db * optimize database.query for remote db * minor version bump * fixes from testing * fix chunk parent resolution * fix chunker issues * switch DEFAULT_COMPLETIONS_MODEL to gpt-4o * done use chroma.upsert, it duplicates embeddings * format fixes
- Loading branch information
1 parent
8ce7dca
commit 781e8fb
Showing
22 changed files
with
410 additions
and
451 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.4.7" | ||
__version__ = "0.5.0" |
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.