feat: add semantic fact search and embeddings
This commit is contained in:
@@ -52,3 +52,13 @@ export interface TopicAliasRecord {
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
export interface FactEmbeddingRecord {
|
||||
fact_id: string;
|
||||
model: string;
|
||||
dimensions: number;
|
||||
embedding: string;
|
||||
content_hash: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user