Preston Rasmussen
|
6f874730f3
|
Entity classification updates (#281)
* node classification updates
* update
* remove unused code
* update
|
2025-02-27 15:12:50 -05:00 |
|
Preston Rasmussen
|
1d2417ec26
|
Search optimizations (#280)
fix node distance search
|
2025-02-27 11:51:10 -05:00 |
|
Preston Rasmussen
|
722a2c81eb
|
bump version (#278)
|
2025-02-25 16:14:09 -05:00 |
|
Pavlo Paliychuk
|
52046ffe9f
|
chore: Bump version (#275)
|
2025-02-25 14:41:17 -05:00 |
|
Preston Rasmussen
|
088029a80c
|
node label filters (#265)
* node label filters
* update
* add search filters
* updates
* bump versions
* update tests
* test update
|
2025-02-21 12:38:01 -05:00 |
|
Preston Rasmussen
|
29a071b2b8
|
Custom ontology (#262)
* ontology
* extract and save node labels
* extract entity type properties
* neo4j upgrade needed
* add entity types
* update typing
* update types
* updates
* Update graphiti_core/utils/maintenance/node_operations.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix warning
* mypy updates
* update properties
* mypy ignore
* mypy types
* bump version
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
2025-02-13 12:17:52 -05:00 |
|
Preston Rasmussen
|
6eccc9eecd
|
bump version (#264)
|
2025-02-12 12:37:54 -05:00 |
|
Preston Rasmussen
|
a99aad59de
|
Remove Episode by uuid (#261)
* add remove_episode
* delete episodes
* update
* bump version
|
2025-02-05 15:17:08 -05:00 |
|
Preston Rasmussen
|
0d41efe0c9
|
update output token limits to 2048 (#258)
update token limits
|
2025-01-31 21:33:10 -05:00 |
|
Preston Rasmussen
|
0f50b74735
|
Set max tokens by prompt (#255)
* set max tokens
* update generic openai client
* mypy updates
* fix: dockerfile
---------
Co-authored-by: paulpaliychuk <pavlo.paliychuk.ca@gmail.com>
|
2025-01-24 10:14:49 -05:00 |
|
Preston Rasmussen
|
77cb67cdfe
|
bump version (#247)
|
2024-12-17 15:15:49 -05:00 |
|
Preston Rasmussen
|
7f94b0c648
|
bump version (#245)
|
2024-12-17 13:48:27 -05:00 |
|
Pavlo Paliychuk
|
a9091b06ff
|
fix: Clean input before passing it to the llm (#238)
* fix: Clean input before passing it to the llm
* chore: Add license
* fix: typo
* chore: Bump graphiti version
|
2024-12-10 21:27:05 -05:00 |
|
Preston Rasmussen
|
6814cf7dc0
|
bump version (#236)
pre4
|
2024-12-09 13:45:48 -05:00 |
|
Preston Rasmussen
|
f59a7e6b78
|
pre3 (#230)
|
2024-12-06 10:43:48 -05:00 |
|
Preston Rasmussen
|
ab93303d77
|
bump version (#228)
|
2024-12-05 16:01:10 -05:00 |
|
Preston Rasmussen
|
ab0688927f
|
pre-release version bump (#226)
pre-release
|
2024-12-05 10:14:54 -05:00 |
|
Preston Rasmussen
|
427c73d2a8
|
add unicode escape (#224)
* add unicode escape
* bump version
|
2024-12-03 11:52:49 -05:00 |
|
Preston Rasmussen
|
397291de4b
|
add delete nodes by group_id (#217)
* add delete nodes by group_id
* remove unused imports
* bump version
|
2024-11-18 13:55:18 -05:00 |
|
Preston Rasmussen
|
52c590878a
|
Update edge search (#216)
* update edge fulltext search
* bump version
|
2024-11-15 14:32:11 -05:00 |
|
Preston Rasmussen
|
eba9f40ca2
|
add reflexion (#212)
* add reflexion
* clean up boolean logic
* update conditional
* cap reflexion iterations
* don't do an extra reflection step
|
2024-11-13 11:58:56 -05:00 |
|
Preston Rasmussen
|
be52a0f32b
|
update dependency versions (#209)
update versions
|
2024-11-08 18:54:39 -05:00 |
|
Preston Rasmussen
|
3199e893ed
|
add_fact endpoint (#207)
* add_fact endpoint
* bump version
* add edge invalidation
* update
|
2024-11-06 09:12:21 -05:00 |
|
Preston Rasmussen
|
6536401c8c
|
return no results with empty search string (#206)
* return no results with empty search string
* update
* bump version
|
2024-11-04 10:50:49 -05:00 |
|
Preston Rasmussen
|
b8f52670ce
|
Bulk add nodes and edges (#205)
* test
* only use parallel runtime if set to true
* add and test bulk add
* remove group_ids
* format
* bump version
* update readme
|
2024-10-31 12:31:37 -04:00 |
|
Preston Rasmussen
|
63a1b11142
|
update new names with input_data (#204)
|
2024-10-29 11:03:31 -04:00 |
|
Preston Rasmussen
|
7bb0c78d5d
|
Update reranker limits (#203)
* update reranker limits
* update versions
* format
* update names
* fix: voyage linter
---------
Co-authored-by: paulpaliychuk <pavlo.paliychuk.ca@gmail.com>
|
2024-10-28 14:50:16 -04:00 |
|
Preston Rasmussen
|
ceb60a3d33
|
Cross encoder reranker in search query (#202)
* cross encoder reranker
* update reranker
* add openai reranker
* format
* mypy
* update
* updates
* MyPy typing
* bump version
|
2024-10-25 12:29:27 -04:00 |
|
Pavlo Paliychuk
|
544f9e3fba
|
chore: Set up cross encoder client (#201)
* chore: Set up cross encoder client
* fix: deps
* chore: move voyage to dev deps
|
2024-10-24 11:36:10 -04:00 |
|
Pavlo Paliychuk
|
f77ab2b002
|
chore: Bump version (#198)
|
2024-10-22 10:32:25 -04:00 |
|
Preston Rasmussen
|
1290d0fecb
|
load env in helper file (#196)
* load env in helper file
* bump version
|
2024-10-22 08:49:14 -04:00 |
|
Preston Rasmussen
|
b217d1e51f
|
Make default DB explicit (#195)
* add default database
* update
* init tests
* update test
* bump version
* removed unused imports
|
2024-10-21 12:33:32 -04:00 |
|
Preston Rasmussen
|
ecb704364e
|
update lucene search (#193)
* update lucene search
* update max query length
* bump version
|
2024-10-20 14:37:40 -07:00 |
|
Preston Rasmussen
|
737a3bcda6
|
ZEPAI-676: Remove fuzzy query in fulltext search to avoid errors with large queries (#192)
* Remove fuzzy query in fulltext search to avoid errors with large queries
* bump version
|
2024-10-19 11:35:25 -04:00 |
|
Preston Rasmussen
|
194ecf5eb4
|
set content to empty after episode extractions have happened (#191)
* set content to empty after episode extractions have happened
* format
* bump version
|
2024-10-15 12:13:14 -04:00 |
|
Preston Rasmussen
|
7c5135910e
|
bump version (#189)
|
2024-10-11 18:30:00 -04:00 |
|
dependabot[bot]
|
67bea7d079
|
chore(deps-dev): Bump anthropic from 0.34.2 to 0.35.0 (#176)
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.34.2 to 0.35.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.34.2...v0.35.0)
---
updated-dependencies:
- dependency-name: anthropic
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-08 13:55:29 -04:00 |
|
Preston Rasmussen
|
49aeaf75f2
|
Add mmr reranking (#180)
* mmr start
* add mmr function
* normalize
* add mmr options to search
* update communities
* build communities
* format
* clean up normalization
* normalize in mmr
* update
|
2024-10-08 13:55:10 -04:00 |
|
dependabot[bot]
|
cf6847a963
|
chore(deps-dev): Bump ruff from 0.6.8 to 0.6.9 (#178)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.8...0.6.9)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-07 23:57:21 -04:00 |
|
Preston Rasmussen
|
c8ff5be8ce
|
Msc benchmark update (#173)
* eval update
* I sped it up
* make format
* search updates
* updates
* cleanup
* make format
* remove unused imports
* poetry lock
|
2024-10-03 15:39:35 -04:00 |
|
dependabot[bot]
|
f2727e9deb
|
chore(deps-dev): Bump ruff from 0.6.7 to 0.6.8 (#166)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-30 20:30:59 -04:00 |
|
Pavlo Paliychuk
|
1a97cb4596
|
chore: Update openai version (#162)
* chore: Update openai dep version
* chore: Pull published image in docker compose
|
2024-09-28 18:50:38 -04:00 |
|
Preston Rasmussen
|
fd341a6f16
|
Add MSC benchmark and improve search performance (#157)
* test cases
* test
* benchmark
* eval updates
* improve search performance
* remove data
* formatting
* add None type to config
* update sanitization
* push version
* maketrans update
* mypy
|
2024-09-26 16:12:38 -04:00 |
|
Pavlo Paliychuk
|
b537cf56e5
|
chore: Make deleting groups safer (#155)
* chore: Make deleting groups safer
* chore: Use appropriate errors in delete group checks
* chore: Add GroupsEdgesNotFound error type
|
2024-09-24 20:08:09 -04:00 |
|
Pavlo Paliychuk
|
44b016da6b
|
feat: async close and multi-group search support (#151)
* chore: Support a list of group_ids on search + await driver.close()
* fix: formatter and linter
* chore: Version bump
|
2024-09-24 16:13:04 -04:00 |
|
dependabot[bot]
|
9f36266ddc
|
chore(deps-dev): Bump ruff from 0.6.5 to 0.6.7 (#147)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-23 11:58:25 -04:00 |
|
Pavlo Paliychuk
|
d8c49c1c0a
|
feat: Add delete group endpoint (#132)
* feat: Add delete group endpoint
* chore: Version bump
* chore: improve not found error handling
|
2024-09-22 14:03:32 -04:00 |
|
dependabot[bot]
|
d133c39313
|
chore(deps-dev): Bump pytest from 8.3.2 to 8.3.3 (#113)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 12:53:02 -04:00 |
|
Pavlo Paliychuk
|
529a1aaecf
|
fix: update UUID generation and message handling (#123)
* chore: Update uuid generation + service fixes
* chore: Version bump
|
2024-09-18 12:48:44 -04:00 |
|
dependabot[bot]
|
3f3e346ed9
|
chore(deps-dev): Bump ruff from 0.6.4 to 0.6.5 (#115)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 12:15:02 -04:00 |
|