Skip to content
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

Search over roam notes using OpenAI Embeddings #2346

Open
1 task done
renatgalimov opened this issue May 8, 2023 · 3 comments
Open
1 task done

Search over roam notes using OpenAI Embeddings #2346

renatgalimov opened this issue May 8, 2023 · 3 comments

Comments

@renatgalimov
Copy link

renatgalimov commented May 8, 2023

Brief Abstract

Use OpenAI embeddings to search over org-roam notes.

Long Description

Since I started using org-roam - searching over the notes was the hardest thing. Currently, I use rg, but with OpenAI text processing I expect to search over my notes with broader queries.

Proposed Implementation (if any)

At the first glance I want to try-out this arcticle:

https://fuco1.github.io/2023-02-20-Using-OpenAI-GPT-to-search-your-org-files.html
Then I will see.

https://platform.openai.com/docs/guides/embeddings/what-are-embeddings

Please check the following:

  • No similar feature requests

Development status

  1. I decided to make it AI-engine-agnostic.
@renatgalimov
Copy link
Author

I expect to start this in June.

@renatgalimov
Copy link
Author

I'm starting this one.

@renatgalimov
Copy link
Author

renatgalimov commented Jun 10, 2023

Work in progress in this repository. https://github.com/renatgalimov/org-embeddings

What's done:

  1. Getting the embedding from OpenAI
  2. storing a vector in the JSON file.
  3. Extremely basic search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant