Skip to content

Commit

Permalink
New search & chat (#84)
Browse files Browse the repository at this point in the history
* search redesign

* Add local text search index

* Cleanup search

* Setup for new vector search

* Update node && remove old vector search

* New chat

* Open journal folder from home

* Fix: commit embeddings to file when new document is added

* Fix: border radius of journal pill
  • Loading branch information
UdaraJay committed May 12, 2024
1 parent bdba6ef commit 31cfa22
Show file tree
Hide file tree
Showing 70 changed files with 5,528 additions and 10,448 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Pile",
"version": "0.9.4",
"version": "0.9.5",
"keywords": [
"pile"
],
Expand Down Expand Up @@ -95,6 +95,7 @@
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/react-virtual": "^3.0.1",
"@tiptap/extension-character-count": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
Expand All @@ -109,16 +110,16 @@
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-updater": "^5.3.0",
"undici": "^5.28.4",
"framer-motion": "^10.12.18",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"luxon": "^3.3.0",
"openai": "^4.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"openai": "^4.44.0",
"react": "^19.0.0-beta-04b058868c-20240508",
"react-dom": "^19.0.0-beta-04b058868c-20240508",
"react-router-dom": "^6.11.2",
"react-textarea-autosize": "^8.5.3",
"react-virtuoso": "^4.6.3"
"react-virtuoso": "^4.7.10"
},
"devDependencies": {
"@adobe/css-tools": "^4.3.2",
Expand Down Expand Up @@ -270,7 +271,7 @@
]
},
"devEngines": {
"node": ">=14.x",
"node": ">=18.x",
"npm": ">=7.x"
},
"electronmon": {
Expand Down
Loading

0 comments on commit 31cfa22

Please sign in to comment.