honcho/tests
Rajat Ahuja c36d2ac449
add MessageEmbedding table (#144)
* fix (sync): Add sync script between public and private remotes

* add embedding column to messages

* add semantic search and tests

* undo db.py change

* use embedding client

* types

* rm .github/workflows/sync-public-changes.yml

* CodeRabbit comments

* compute token count with pydantic

* semantic default None + fix tests

* types and fix make token_count private

* add MessageEmbedding table

* CR and type

* undo change to schema

* fix session / peer where

* add tests to validate embedding creation + search

* CR comment, add chunking todo

* fix get_or_create_collection with peer/target in agent.chat

* move embedding client and implement chunking

* rm comments

* fix bug in migration

* add script to generate message embeddings

* default all workspaces

* CR comments

---------

Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-06-26 14:52:18 -04:00
..
integration add MessageEmbedding table (#144) 2025-06-26 14:52:18 -04:00
routes add MessageEmbedding table (#144) 2025-06-26 14:52:18 -04:00
__init__.py [0.0.10] Release 2024-07-25 13:45:27 -04:00
conftest.py add MessageEmbedding table (#144) 2025-06-26 14:52:18 -04:00
test_advanced_filters.py feat: add complex arbitrary filtering on all objects (#140) 2025-06-26 12:25:30 -04:00
test_agent.py Typing (#137) 2025-06-24 18:29:13 -04:00
test_schema_validations.py Typing (#137) 2025-06-24 18:29:13 -04:00