tinyvector icon indicating copy to clipboard operation
tinyvector copied to clipboard

Add endpoints for complete management of embeddings

Open prantlf opened this issue 2 years ago • 1 comments

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

prantlf avatar Dec 27 '23 15:12 prantlf

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.