feat: add semantic fact search and embeddings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type {
|
||||
FactEmbeddingRecord,
|
||||
FactRecord,
|
||||
FactTopicRecord,
|
||||
TopicAliasRecord,
|
||||
@@ -12,4 +13,5 @@ export interface IdentityDatabaseSchema {
|
||||
fact_topics: FactTopicRecord;
|
||||
topic_relations: TopicRelationRecord;
|
||||
topic_aliases: TopicAliasRecord;
|
||||
fact_embeddings: FactEmbeddingRecord;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user