You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
555 B
Markdown
10 lines
555 B
Markdown
+ Somehow subscribe the UI to events from the `sendMessage` procedure,
|
|
so the user knows what's going on.
|
|
+ Parallelize the generation of data, so that the UI doesn't freeze for
|
|
so long while the data is being generated.
|
|
+ Chunk and generate embeddings for generated facts and fact triggers.
|
|
And save them to a database.
|
|
+ Query the database for facts triggers that match the current
|
|
conversation situation, and inject the facts they refer to into the
|
|
conversation context.
|
|
+ Implement tool use. Including tool triggers similar to fact triggers. |