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

Aletheia Copilot Chatbot #1185

Closed
7 tasks
pepermao opened this issue May 6, 2024 · 0 comments · Fixed by #1187
Closed
7 tasks

Aletheia Copilot Chatbot #1185

pepermao opened this issue May 6, 2024 · 0 comments · Fixed by #1187
Assignees

Comments

@pepermao
Copy link
Collaborator

pepermao commented May 6, 2024

Background information

In order to establish an user interactivity with the artificial intelligence, we need to create a chat bot with an user-friendly design to gather all relevant information those are necessary to assist the fact-checking process.

For the MVP we're going to implement it using Langchain with Javascript.

How

  • Design chat bot API architecture
  • Stream the assistant chat bot messages to the user
  • Get all relevant information and when it's finished call the AutomatedFactChecking API passing the context information.
  • Create a sidebar chat conversation history

Key information those need to be gathered

claim: string // claim to fact-check
published_since: string // Date range
published_until: string // Data range
city: string  // City the claim was stated
sources: string[] // Suggestion of sources the user wants to use in the fact-checking process

Future Work

The data range and the sources is optional, however the user needs to explicit provide that he does not have these information.

see figma design

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants