Spaces:
Sleeping
Sleeping
@startuml doc_ingest | |
class DocumentIngestor { | |
+ingest_document(file_location: str, collection_name: str): void | |
} | |
class VectorDB { | |
+pdf_to_vec(file_location: str, collection_name: str): VectorDB | |
} | |
DocumentIngestor --> VectorDB : uses | |
@enduml | |