Revert "Merge PR #702: feat: configurable embedding infrastructure — local (fastembed) + API (OpenAI)"

This reverts commit 46b95ee694, reversing
changes made to 0fdeffe6c4.
This commit is contained in:
teknium1
2026-03-10 07:00:54 -07:00
parent 46b95ee694
commit e590caf8d8
3 changed files with 0 additions and 433 deletions

View File

@@ -51,7 +51,6 @@ pty = [
"pywinpty>=2.0.0; sys_platform == 'win32'",
]
honcho = ["honcho-ai>=2.0.1"]
embeddings = ["fastembed>=0.3.0"]
mcp = ["mcp>=1.2.0"]
homeassistant = ["aiohttp>=3.9.0"]
yc-bench = ["yc-bench @ git+https://github.com/collinear-ai/yc-bench.git"]
@@ -66,7 +65,6 @@ all = [
"hermes-agent[slack]",
"hermes-agent[pty]",
"hermes-agent[honcho]",
"hermes-agent[embeddings]",
"hermes-agent[mcp]",
"hermes-agent[homeassistant]",
]