Skip to content

Commit

Permalink
feat: Bot can read historical messages from the same thread 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Mar 18, 2023
1 parent 19fb774 commit deca631
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 30 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ For now it is in development, but you can try it out by join this [channel](http
- ~~Consider to use [sqlite-vss](https://github.com/asg017/sqlite-vss) to store and search the text embeddings~~
- Use [chromadb](https://github.com/chroma-core/chroma) to store and search the text embeddings
- [ ] Consider to use [sentence-transformers](https://github.com/UKPLab/sentence-transformers) or [txtai](https://github.com/neuml/txtai) to generate [embeddings](https://github.com/asg017/sqlite-vss/blob/main/examples/headlines/build/add_embeddings.py) (vectors)
- [ ] Bot can read historical messages from the same thread, thus providing context to chatGPT 🚩
- Index fine-tune 🚩
- [ ] Use the [GPTListIndex](https://github.com/jerryjliu/llama_index/issues/753#issuecomment-1472387421) to summarize multiple URLs
- [x] Bot can read historical messages from the same thread, thus providing context to chatGPT
- Index fine-tune
- [x] Use the [GPTListIndex](https://github.com/jerryjliu/llama_index/issues/753#issuecomment-1472387421) to summarize multiple URLs
- [ ] Use the `GPTTreeIndex` with `summarize` mode to summarize a single web page
- [ ] Bot regularly summarizes news in the slack channel 🚩
- Refer to [this](https://github.com/SkywalkerDarren/chatWeb/blob/c2ad05a97aecbe1bc0c846476ea003640f2a0f2e/main.py#L144-L175) approach
Expand Down
Loading

0 comments on commit deca631

Please sign in to comment.