Skip to content

chenw-ai21/cortex-ai21-jamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEC filings analytics with AI21 Jamba LLM on Snowflake Cortex

Use AI21 Jamba LLM on Snowflake Cortex to analyze SEC filings

Open in Streamlit

Read more about Jamba and its long context window

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Add your Snowflake credential in .streamlit/secretes.toml

    [connections.snowflake]
    user='user'
    password='password'
    account='account'
    role='role'
    database='database'
    schema='schema'
    warehouse='warehouse'
    
  3. Run the app

    $ streamlit run streamlit_app.py
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages