Skip to content

Conversation

prantlf
Copy link
Owner

@prantlf prantlf commented Dec 27, 2023

Based on m1guelpf#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 prantlf changed the title Embeddings api Add endpoints for complete management of embeddings Add endpoints for complete management of embeddings Dec 27, 2023
* 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 prantlf merged commit bf03142 into main Dec 27, 2023
prantlf added a commit that referenced this pull request Dec 29, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant