Skip to content

Commit

Permalink
fix: update embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Apr 11, 2024
1 parent 075e9ad commit 3672eb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "quasar build"
},
"dependencies": {
"@libertai/libertai-js": "0.0.1",
"@libertai/libertai-js": "0.0.2",
"@quasar/extras": "^1.16.4",
"@solana/web3.js": "^1.90.0",
"aleph-sdk-ts": "^3.9.2",
Expand Down
1 change: 0 additions & 1 deletion src/stores/knowledge-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const useKnowledgeStore = defineStore(KNOWLEDGE_STORE_PINIA_KEY, {
docs.push(doc);
}
await Promise.all(addedDocuments);
console.log('stores::knowledge-store::load', docs);
this.documents = docs;
return;
},
Expand Down

0 comments on commit 3672eb9

Please sign in to comment.