EduConnect / docs /utils /doc_ingest_class.puml
dtyago's picture
Plant UML docs
a30f2aa
raw
history blame contribute delete
250 Bytes
@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