honcho/migrations
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
..
versions add MessageEmbedding table (#144) 2025-06-26 14:52:18 -04:00
README Database Concurrency Optimizations (#80) 2024-12-13 11:56:39 -05:00
env.py Centralize Configurations (#115) 2025-06-24 11:00:52 -04:00
script.py.mako Database Concurrency Optimizations (#80) 2024-12-13 11:56:39 -05:00
utils.py add MessageEmbedding table (#144) 2025-06-26 14:52:18 -04:00

README

Generic single-database configuration.