-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching with Postgres #11803
Searching with Postgres #11803
Conversation
I have couple of questions:
I was thinking if I can use this Postgres service as a vector database for my AI features |
src/main/java/org/jabref/logic/search/indexing/PostgreIndexer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/logic/search/indexing/PostgreIndexer.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Loay Ghreeb <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]>
1 for running JabRef
One table per library. We kept it very simple for the search.
Very simple - just one table
Feel free to create other tables :)
In the AppData directory. Even "temp". Thus, very fragile ^^. Not sure if one can change it. Reason for the fragile setting: The solution we are using is intended for testing. The java-german channel said: WTF, please use DuckDB. But we could not manage to get DuckDB up and running that fast. Moreover, Postgres has more plugins for speed. And third, we also support Postgres for remote storage. You could also think of hooking into the remote postgres. Meaning: Advanced features only work with a remote postgres. (Although I like using the local postgres database. Keeps complexity for the user to a minimum. Only 500 MB additional storage is needed...) |
Disabled exact match
src/main/java/org/jabref/gui/importer/actions/SearchGroupsMigrationAction.java
Outdated
Show resolved
Hide resolved
…ationAction.java Co-authored-by: Oliver Kopp <[email protected]>
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Yeah finally! |
Yay! |
Closes #11823
Closes #11798
Closes #10490
Resolves https://discourse.jabref.org/t/citations-missing-in-action-in-jabref-5-16/4525/11
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)