adding a flake
Find a file
Wanderson Ferreira 3d4c694b69
creds
2023-04-11 20:36:10 -03:00
ssor impl 2023-04-11 20:33:27 -03:00
.gitignore impl 2023-04-11 20:33:27 -03:00
README.md creds 2023-04-11 20:36:10 -03:00
setup.py impl 2023-04-11 20:33:27 -03:00

Semantic Search for Org Roam

Original post: http://lgmoneda.github.io/2023/04/08/semantic-search-for-org-roam.html

Steps:

  1. Go to config.py file and provide the correct paths for your use case and the OpenAI API Key.

  2. Run python setup.py install

  3. Run python ssor/org_roam_vectordb.py to build the knowledge base

  4. Run python ssor/server.py to serve the application under the 8800 port