Roadmap: Making SEDB a complete smart embeddings database #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap
1. Persistence & Durability
2. Query Language
QueryBuilder.timeRange())3. Collections/Namespace
4. Ingestion Pipeline
5. RAG Features
6. Observability
7. Tech Debt
Note: SEDB is a generic vector DB. Platform-specific adapters belong in separate projects.
@catboi new commit has been pushed, bluesky specific stuff has not been included as the focus is a general database
Code review of
ef2a304- excellent progress!What's Implemented
Looks Good
Remaining Items
Minor Notes
Overall: ~70% of roadmap done. Archiver integration is the main remaining piece.
Reviewed
a79f5df- nice additions:Two roadmap items now complete: transaction support and PQ index testing.