Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Chats from Media DB (BREAKING), Mindmap viewing in gradio from PlantUML, token counts for conversations #51

Closed
wants to merge 11 commits into from

Conversation

rmusser01
Copy link
Collaborator

Split chats from the Media DB so that chats about media items are now stored in the RAG_QA db.
This allows the media DB to solely contain media items/info about them while the RAG_QA db will store all non-rp chats.
This furthers the idea of isolation between all components for re-usability and plug-n-play.

Added Mindmap viewing in Gradio from PlantUML specification. Generate a spec, copy/paste it in, and you got a mindmap.

Added token counts to conversations, rough approximation (not actually tokenizing) to get an idea of how long your convo is.

Added an Anki flashcard validation(working)/viewing(broken) functionality so that you can validate(?) your deck is good(?)
Plan is to look at implementing generation with genanki and LLMs so that you can be guided through/ask the LLM to help generate a structured output to be able to create anki flashcards that are exportable/reviewable.

Wow. I thought the prior claude was getting worse. This is just a shitpile.
Save + Update + Load works in RAG / 'normal' / Stacked chat UIs
Review of Conversations occurs in the Rag Chat/Search Tab
Workflows needs to be updated as well
@rmusser01 rmusser01 closed this Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant