Added home.py file for /chat route

This commit is contained in:
Saurab-Shrestha 2024-01-25 17:37:00 +05:45
parent bcc3f03e25
commit 55565fd3a7
20 changed files with 295 additions and 179 deletions

View file

@ -130,3 +130,4 @@ class IngestService:
"Deleting the ingested document=%s in the doc and index store", doc_id
)
self.ingest_component.delete(doc_id)