Initial commit: Ten31 Signal Engine (ingest, scoring brain, corpus seeds)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Embedding + vector storage (§4.3).
|
||||
|
||||
Embed DISTILLED PROPOSITIONS (not raw chunks) into a Qdrant HYBRID collection: dense bge-m3
|
||||
(via the gateway) + BM25 sparse (client-side), so entity-heavy propositions (MSTR/Strategy/
|
||||
Microstrategy) match on the lexical leg too. Retrieval goes through the gateway's /api/search.
|
||||
"""
|
||||
Reference in New Issue
Block a user