(feat:vectors): calc, add token in db

This commit is contained in:
ManishMadan2882
2024-05-24 21:10:50 +05:30
parent 9f1d3b0269
commit 9000838aab
6 changed files with 39 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ export type Doc = {
date: string;
docLink: string;
model: string;
tokens?: string;
};
export type PromptProps = {