fix(kb): added tiktoken for embedding token estimation (#1616)

* fix(kb): added tiktoken for embedding token estimation

* added missing mock
This commit is contained in:
Waleed
2025-10-13 11:53:50 -07:00
committed by GitHub
parent ec73e2e9ce
commit 1e81cd6850
10 changed files with 250 additions and 51 deletions

View File

@@ -42,6 +42,7 @@
"postgres": "^3.4.5",
"remark-gfm": "4.0.1",
"socket.io-client": "4.8.1",
"tiktoken": "1.0.22",
"twilio": "5.9.0"
},
"devDependencies": {