github-actions
2a57901559
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
3c54cb97b6
make /index responses look nicer
2 years ago
Kaveen Kumarasinghe
0f5b86b2ee
format
2 years ago
Kaveen Kumarasinghe
8df5d308b2
index renaming functionality
2 years ago
Kaveen Kumarasinghe
8ae6991751
parameterize discord indexing message limit and child branch factor for /query
2 years ago
Kaveen Kumarasinghe
3f983913ba
Pre-moderations, language detection
2 years ago
github-actions
0f2d6de54e
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
d923e02700
Make search indexes saved and usable later with /index
2 years ago
Rene Teigen
3952842856
Add setting top_k amount to the query command
...
Count LLM tokens for deep compose
Update presentation of cost in the console
Update readme
Set a prompthelper at 500 tokens output up from the default 256 I believe. ~4 characters per token so the discord limit is around 500 tokens.
2 years ago
Rene Teigen
5a1bd48d94
Fix regression in full discord server indexing
...
Add back response mode, only on vector index queries
Added the llmpredictor to queries
Fix docker build
Update requirements
2 years ago
github-actions
73390b262c
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
258a87945c
composability
2 years ago
Kaveen Kumarasinghe
b60bcfd68d
reset indexes command
2 years ago
Kaveen Kumarasinghe
e63c6227dd
initial link loading
2 years ago
Rene Teigen
c6a6245e00
Added server index backup and loading
2 years ago
Rene Teigen
dd9cb0ce4c
Add option for response mode on queries
2 years ago
Rene Teigen
37a20a7e37
Added discord channel and whole server indexing
...
A channel index does 1000 messages
Whole server index does 300 messages per channel
Might need to add more restrictions since all the index commands are expensive
2 years ago
Rene Teigen
9052bc2d80
Added gpt-index commands
2 years ago