def get_context()

in src/chat_request.py [0:0]


def get_context(question, embedding):
    return retrieve_documentation(question=question, index_name="rag-index", embedding=embedding)