Duc Nguyen (john)
37c744b616
Add file-based document store and vector store ( #96 )
...
* Modify docstore and vectorstore objects to be reconstructable
* Simplify the file docstore
* Use the simple file docstore and vector store in MVP
2023-12-04 17:46:00 +07:00
ian_Cin
8e0779a22d
Enforce all IO objects to be subclassed from Document ( #88 )
...
* enforce Document as IO
* Separate rerankers, splitters and extractors (#85 )
* partially refractor importing
* add text to embedding outputs
---------
Co-authored-by: Nguyen Trung Duc (john) <trungduc1992@gmail.com>
2023-11-27 16:35:09 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
3ac277cc0b
Update Elastics store delete() ( #84 )
2023-11-21 15:29:00 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
9a96a9b876
Add Elasticsearch Docstore ( #83 )
...
* add Elasticsearch Docstore
* update missing requirements
* add docstore
* [ignore cache] update default param
* update docstring
2023-11-21 11:59:20 +07:00
Nguyen Trung Duc (john)
b159897ac6
Combine docstores and vectorstores within a storages component ( #72 )
2023-11-14 17:50:57 +07:00