Treat index id as auto-generated field (#27)

* Treat index id as auto-generated field

* fix Can't create index: KeyError: 'embedding' #28

* udpate docs

* Update requirement

* Use lighter default local embedding model

---------

Co-authored-by: ian <ian@cinnamon.is>
This commit is contained in:
Duc Nguyen (john)
2024-04-13 18:29:37 +07:00
committed by GitHub
parent 66905d39c4
commit 917fb0a082
10 changed files with 44 additions and 29 deletions

View File

@@ -19,8 +19,10 @@ dependencies = [
"python-decouple",
"sqlalchemy",
"sqlmodel",
"fastembed",
"tiktoken",
"gradio>=4.26.0",
"markdown",
]
readme = "README.md"
license = { text = "MIT License" }