You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompts = [
"How do I launch a streamlit app?",
"How can I capture the state of my session in streamlit?",
"How do I install streamlit?",
"How do I change the background color of a streamlit app?",
"What's the advantage of using a streamlit form?",
"What are some ways I should use checkboxes?",
"How can I conserve space and hide away content?",
"Can you recommend some resources for learning Streamlit?",
"What are some common use cases for Streamlit?",
"How can I deploy a streamlit app on the cloud?",
"How do I add a logo to streamlit?",
"What is the best way to deploy a Streamlit app?",
"How should I use a streamlit toggle?",
"How do I add new pages to my streamlit app?",
"How do I write a dataframe to display in my dashboard?",
"Can I plot a map in streamlit? If so, how?",
"How do vector stores enable efficient similarity search?",
]
with tru_rag as recording:
for prompt in prompts:
rag.query(prompt)
tru_session.get_leaderboard()
[root] Internal Python error in the inspect module.
Below is the traceback from this internal error.
ERROR [root] Internal Python error in the inspect module.
Below is the traceback from this internal error.
NameError: name 'Complete' is not defined
During handling of the above exception, another exception occurred:
AttributeError: 'NameError' object has no attribute 'render_traceback'
During handling of the above exception, another exception occurred:
AssertionError
NameError: name 'Complete' is not defined
During handling of the above exception, another exception occurred:
The text was updated successfully, but these errors were encountered:
Discussed in #1733
Originally posted by harshalDharpure January 17, 2025
I am getting below error while following the Documents of Trulens with Snowflake --> https://quickstarts.snowflake.com/guide/getting_started_with_llmops_using_snowflake_cortex_and_trulens/index.html?index=..%2F..index#10
prompts = [
"How do I launch a streamlit app?",
"How can I capture the state of my session in streamlit?",
"How do I install streamlit?",
"How do I change the background color of a streamlit app?",
"What's the advantage of using a streamlit form?",
"What are some ways I should use checkboxes?",
"How can I conserve space and hide away content?",
"Can you recommend some resources for learning Streamlit?",
"What are some common use cases for Streamlit?",
"How can I deploy a streamlit app on the cloud?",
"How do I add a logo to streamlit?",
"What is the best way to deploy a Streamlit app?",
"How should I use a streamlit toggle?",
"How do I add new pages to my streamlit app?",
"How do I write a dataframe to display in my dashboard?",
"Can I plot a map in streamlit? If so, how?",
"How do vector stores enable efficient similarity search?",
]
with tru_rag as recording:
for prompt in prompts:
rag.query(prompt)
tru_session.get_leaderboard()
[root] Internal Python error in the inspect module.
Below is the traceback from this internal error.
ERROR [root] Internal Python error in the inspect module.
Below is the traceback from this internal error.
NameError: name 'Complete' is not defined
During handling of the above exception, another exception occurred:
AttributeError: 'NameError' object has no attribute 'render_traceback'
During handling of the above exception, another exception occurred:
AssertionError
NameError: name 'Complete' is not defined
During handling of the above exception, another exception occurred:
The text was updated successfully, but these errors were encountered: