stephanj / rag-genie

The RAG Genie, an LLM RAG prototype to test and evaluate your embeddings, chunk splitting strategies using Q&A and evaluations.
MIT License
62 stars 14 forks source link

Fix: set user id when creating the chat bot #3

Closed mmacphail closed 4 months ago

mmacphail commented 4 months ago

The user id is not propagated to the chatbot model, causing the app to fail when looking for the user's API Key.