tinyvector
tinyvector copied to clipboard
Add endpoints for complete management of embeddings
Based on #6.
- GET /collections - list collection names
- GET /collections/:collection_name/embeddings - get embedding identifiers
- POST /collections/:collection_name/embeddings - filter embeddings with metadata
- DELETE /collections/:collection_name/embeddings - delete embeddings by metadata
- GET /collections/:collection_name/embeddings/:embedding_id - get an embedding
- DELETE /collections/:collection_name/embeddings/:embedding_id - delete an embedding
Apply Sweep Rules to your PR?
- [ ] Apply: All new business logic should have corresponding unit tests.
- [ ] Apply: Refactor large functions to be more modular.
- [ ] Apply: Add docstrings to all functions and file headers.