Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
106
commits
Reducing intro. Adding arguments about DND acting as an abstract knowledge domain. Removed 'configuration' section. Added a bit to the 'chat' section
c64f784View on GitHubAdding some retrieval context to the chatmessage table. NOTE: This will break if source documents are updated, which they are intended to be. This may need to change. For example, instead of simply holding what ids are retrieved, we could change the column to JSONB and save the id, content, source doc, and even the similarity score
5065061View on GitHubMaking similarity optionnal to accomodate the way we retrieve source chunks from our database
7430d8dView on GitHubAdding the 'lore-seed' context. Will be replaced with a database-native solution eventually
3881b41View on GitHubExpanding append_message to accomodate saving retrieved chunk ids
34ade88View on GitHubAccomodating the 'lore seed' which the user can configure to provide hard-coded context to each prompt
036e3eaView on GitHubAccomodating the 'lore seed' which the user can configure to provide hard-coded context to each prompt
4a3254dView on GitHubensuring we render chunks that are returned from a chat
853e147View on GitHubCouple important updates. First, enabling the access of retrieved lore chunks from our database, for each chat we have. Second, adding an API section for the lore seed we use to start each converstaion. We can now look at it and update it. This will be replaced with a database-native approach eventually. Enabling chunk retrieval in our 'chat' endpoint
74f4543View on GitHub