oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
40.24k stars 5.28k forks source link

Superbooga chat mode with external data #2120

Closed Skrownerve closed 1 year ago

Skrownerve commented 1 year ago

Description

Please allow chat mode to access external data in addition to relevant text from the chat history. I would love to be able to chat with a character and have it pull relevant info out of external data for all kinds of applications, from AI assistants to having absurd amounts of lore for a character to draw from.

Additional Context

Is there a reason we don't already have the ability to have both chat history and external data loaded into the context for chat mode? If it's somehow more difficult than what we have now, I understand. The feature as it is and has been developing is awesome, thank you!

0karin0 commented 1 year ago

You can already load a saved chat history txt file, which should be ingested by superbooga. Try uploading your docs as a chat log (to get them in the right json format, I would save a dummy chat log with a single message+response pair, then overwrite the text in one of the user messages with the text from your document).

github-actions[bot] commented 1 year ago

This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, please leave a comment below.