Relative Content

Tag Archive for huggingface-transformerslangchainchromadbretrieval-augmented-generationmistral-7b

Need Clarification/Help for a Custom RAG Project using Mistral 7B Instruct

Hi Langchain newb here !
I am tasked with setting up an AI assistant for an app of a fake theater, let’s call it SignStage, that has two Halls A and B and each play is staged twice a day in the specific hall, once in the afternoon and once at night for a specific predetermined date range.
I want my assistant to be able when prompted to help the Users of the app regarding information about each plays, price, date and time, ticket availability and viewer age limit. Also I would like for the Assistant to be able to do certain actions when prompting by the user, like book, cancel tickets , make a complaint, maybe rate a play…. (although it’s not such a priority right now cause the basic part of the retrieval does not seem to be working) I have thought of tool/function calling for this, but I think that everything related to that is behind an API paywall, please correct me if I am wrong. (I have seen that the Cohere API has a free API Access Token but it’s use is pretty limited, I have used it before on another project).
Sorry for the rumbling…