Re: Semantic Linking saves tedious work

2025-07-14 Thread Jean Louis
* Ihor Radchenko [2025-05-04 12:58]: > Jean Louis writes: > > >> Do you parse Org files for chunking? What is the chunking strategy? > > > > Yes, I parse by headings. That may not be as best. > > ... > > (headings (rcd-org-get-headings-with-contents)) > > ... > > (input (co

Re: Semantic Linking saves tedious work

2025-05-04 Thread Ihor Radchenko
Jean Louis writes: >> Do you parse Org files for chunking? What is the chunking strategy? > > Yes, I parse by headings. That may not be as best. > ... > (headings (rcd-org-get-headings-with-contents)) > ... > (input (concat heading-text "\n" contents)) > (embedd

Re: Semantic Linking saves tedious work

2025-04-26 Thread Jean Louis
* Ihor Radchenko [2025-04-26 20:59]: > Jean Louis writes: > > >> Is the source code available anywhere? > > > > Of course it is available on request but my system is too complex. I would > > like to make the simpler system and first I need to find some binary vector > > database or easiest way

Re: Semantic Linking saves tedious work

2025-04-26 Thread Ihor Radchenko
Jean Louis writes: >> Is the source code available anywhere? > > Of course it is available on request but my system is too complex. I would > like to make the simpler system and first I need to find some binary vector > database or easiest way to install the vector database maybe with the > Po

Re: Semantic Linking saves tedious work

2025-04-23 Thread Derek Chen-Becker
On Wed, Apr 23, 2025 at 11:44 AM Jean Louis wrote: > Elisp is easy. > > Prerequisits are rather more complex to install. > This looks pretty cool! While not universal, you might consider providing a container image that contains the necessary dependencies packaged together to simplify configurat

Re: Semantic Linking saves tedious work

2025-04-23 Thread Jean Louis
* Ihor Radchenko [2025-04-19 22:01]: > Jean Louis writes: > > > Semantic Linking saves tedious work > > > > Here is video how it works: > > https://www.youtube.com/watch?v=xk2VGnLYAkA > > ... > > Tools involved: Emacs Lisp functions, Python server for text chunking > > and LLM Nomic Embed Text m

Re: Semantic Linking saves tedious work

2025-04-19 Thread Ihor Radchenko
Jean Louis writes: > Semantic Linking saves tedious work > > Here is video how it works: > https://www.youtube.com/watch?v=xk2VGnLYAkA > ... > Tools involved: Emacs Lisp functions, Python server for text chunking > and LLM Nomic Embed Text model. This is interesting. Is the source code available