cryogenic22 commited on
Commit
2128126
·
verified ·
1 Parent(s): 4a62598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -20,12 +20,13 @@ from components.collection_manager import (
20
  from utils.database import (
21
  create_connection,
22
  create_tables,
23
- handle_document_upload,
24
- verify_vector_store,
25
  get_all_documents,
26
  get_collections,
27
- get_collection_documents
 
 
28
  )
 
29
  from utils.collections import (
30
  create_collection_tables,
31
  create_collection,
 
20
  from utils.database import (
21
  create_connection,
22
  create_tables,
 
 
23
  get_all_documents,
24
  get_collections,
25
+ get_collection_documents,
26
+ create_collection,
27
+ add_document_to_collection
28
  )
29
+
30
  from utils.collections import (
31
  create_collection_tables,
32
  create_collection,