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 |
Co-authored-by: Loay Ghreeb <52158423+LoayGhreeb@users.noreply.github.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
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
…ationAction.java Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
|
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
|
Yeah finally! |
|
Yay! |
|
Follow-up to #11542 |
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.mddescribed in a way that is understandable for the average user (if applicable)