Skip to content

Commit

Permalink
Add Talk to Local Documents Functionality (shreyaskarnik#24)
Browse files Browse the repository at this point in the history
* chat with docs

* fix deps

* sort imports

* pnpm
  • Loading branch information
shreyaskarnik authored Nov 7, 2023
1 parent c42cd27 commit a6b53c9
Show file tree
Hide file tree
Showing 15 changed files with 924 additions and 285 deletions.
3 changes: 2 additions & 1 deletion manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const manifest: chrome.runtime.ManifestV3 = {
},
],
content_security_policy: {
extension_pages: "script-src 'self' 'wasm-unsafe-eval' http://localhost:* http://127.0.0.1:*; script-src-elem 'self' 'wasm-unsafe-eval'; object-src 'self'"
extension_pages:
"script-src 'self' 'wasm-unsafe-eval' http://localhost:* http://127.0.0.1:*; script-src-elem 'self' 'wasm-unsafe-eval'; object-src 'self'",
},
web_accessible_resources: [
{
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"@xenova/transformers": "^2.6.0",
"construct-style-sheets-polyfill": "^3.1.0",
"langchain": "^0.0.175",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.0.189",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
Expand Down Expand Up @@ -62,7 +64,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "11.1.1",
Expand All @@ -72,7 +74,7 @@
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rollup": "4.3.0",
"rollup": "2.79.1",
"sass": "1.69.5",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
Expand Down
Loading

0 comments on commit a6b53c9

Please sign in to comment.