Support Indexing Docx Files (#801)

* Add support for indexing docx files and associated unit tests

---------

Co-authored-by: sabaimran <narmiabas@gmail.com>
This commit is contained in:
Raghav Tirumale
2024-06-20 01:48:01 -04:00
committed by GitHub
parent d4e5c95711
commit bd3b590153
15 changed files with 193 additions and 4 deletions

View File

@@ -306,6 +306,7 @@ class Entry(BaseModel):
NOTION = "notion"
GITHUB = "github"
CONVERSATION = "conversation"
DOCX = "docx"
class EntrySource(models.TextChoices):
COMPUTER = "computer"