Obsidian.md + Embedbase = Ava
Connect your Obsidian notes
·
Request Feature
·
Report Bug
The codebase is under heavy development and the documentation is constantly evolving. Give it a try and let us know what you think by creating an issue. Watch releases of this repo to get notified of updates. And give us a star if you like it!
Follow the steps there to setup a supabase project: https://docs.embedbase.xyz/self-hosting/deployment
# config.yaml
openai_api_key: ...
openai_organization: ...
log_level: DEBUG
environment: development
vector_database: supabase
supabase_url: ...
supabase_key: ...
make install
make run