amosproj / amos2024ss06-health-ai-framework

Ailixir is an application that utilises LLMs and custom user input to generate AI agent prototypes specialised in fields such as health, economics, physics etc. The prototypes enable the user, which is an entrepreneur-developer, to compare the results produced by different LLMs.
MIT License
7 stars 1 forks source link

Integrate the chat app components with the LLM in the backend #225

Open tubamos opened 1 week ago

tubamos commented 1 week ago

Dependencies

Domain

app backend

Description

At the moment we are still not querrying the LLM when writing at the chat bacause the LangChain pipeline that connects our custom context with the LLMs is not connected to the frontend reach native chat components. The objective of this backlog item is to integrate the React Native chat components with the LLM processes in the LangChain backend.

User Story

As a user, I need to interact with the agent through an interface that is familar and easy so that I can get the answers I want in the fastest and easiest way.

Acceptance Criteria

Definition of Done