Skip to content
View GTimothee's full-sized avatar

Block or report GTimothee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GTimothee/README.md

Pinned Loading

  1. compare-rags Public

    Python

  2. neo4j-rag-agent Public

    Python

  3. RAG_experiments Public

    Python

  4. io_optimizer_dask Public

    Python 1

  5. encapsulated chat app with streamlit
    1
    import streamlit as st
    2
    
                  
    3
    if 'messages' not in st.session_state:
    4
        st.session_state['messages'] = [{
    5
            'role': 'assistant', 'content': "Do you have a question for me ?"
  6. big-data-lab-team/accident-prediction-montreal Public

    Jupyter Notebook 11 7