Hi Henning,
while starting to implement a searchless-extension for paperless-ngx, I found your searchless-ngx github project... :-) Are you planning to continue development on this project? I would like to discuss a few topics.
I am currently using OpenAPI, but this should not make a big difference I assume:
- My main focus is to use paperless-gpt to add more structures meta information, such as referenced year, referenced month, amount, consumption, consumption_unit, etc. My expectation is that this way, many questions can be answered more correctly and by only accessing the custom_values.
- In my prototype, I use an interface allowing the LLM to query the available metadata (including custom_fields) before starting the document query, hoping that it creates better search queries such as search_document( q="", type="Rechnung", tag="Strom", bezugsjahr=2025 ) if you ask "What have I spent in 2025 for electricity". Have you any experiences in this direction?
- Wouldn't it make sense to extract the semantic search part into a separate module?
Best regards from cologne,
Chris
Hi Henning,
while starting to implement a searchless-extension for paperless-ngx, I found your searchless-ngx github project... :-) Are you planning to continue development on this project? I would like to discuss a few topics.
I am currently using OpenAPI, but this should not make a big difference I assume:
Best regards from cologne,
Chris