Chat interactions with Spaces using LLM models. Ask questions about files in a space and get answers from the AI assistant.
2023-09-05 -
Activity
Newest / Oldest
Casey Jeppesen
Agreed. I am working with it now & there are issues. When a "Knowledge Source" is added to a custom AI Assistant - it currently only uses that source for it's corpus. And if there is no data in that source, the chat thread bugs out ("No text found for chatting.").
This is how it needs to work:
Add "variables" to Prompt (both Chat Prompt & Context Prompt):
- {KnowledgeSource} = "Knowledge Source"
- {Context} = "All info in current chat thread"
- {Corpus} = "Default ChatGPT corpus of info"
User can then write a "Context Prompt" like this:
When answering questions, consider {Context} first, then {KnowledgeSource}, then the {Corpus}. At the end of every response, include citations for the source of data for your replies.
Curiosity has the feature of talking to individual files with the AI assistant. It would be nice to be able to talk to a complete directory of files at once.
Activity Newest / Oldest
Casey Jeppesen
Agreed. I am working with it now & there are issues. When a "Knowledge Source" is added to a custom AI Assistant - it currently only uses that source for it's corpus. And if there is no data in that source, the chat thread bugs out ("No text found for chatting.").
This is how it needs to work:
Add "variables" to Prompt (both Chat Prompt & Context Prompt):
- {KnowledgeSource} = "Knowledge Source"
- {Context} = "All info in current chat thread"
- {Corpus} = "Default ChatGPT corpus of info"
User can then write a "Context Prompt" like this:
When answering questions, consider {Context} first, then {KnowledgeSource}, then the {Corpus}. At the end of every response, include citations for the source of data for your replies.
Adriana
Curiosity has the feature of talking to individual files with the AI assistant. It would be nice to be able to talk to a complete directory of files at once.
Leon
Leon
Status changed to: In progress
Ünal Tenekeci
That is what I was looking for, since the chatgpt-4 is released. That would make a huge impact.
Leon
Status changed to: Planned