bob_vector_db.chroma_embedder
Classes
Chroma JSON embedding interface. |
Module Contents
- class bob_vector_db.chroma_embedder.ChromaEmbedder(model: str = None, **kwargs: Any)
Bases:
json_embedder.JsonEmbedder
Chroma JSON embedding interface.
- The __call__ function expects a string with a JSON dict containing the following attributes:
collection: to be used collection name documents: list with document strings metadatas: list of metadata dictionaries ids: list of id strings
- ef
- __call__(j: str, media: list = None) None