8000 GitHub - mehrsa/AI_with_DB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mehrsa/AI_with_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI with Data Advanced Skilling Initiative

AI with DB Banner

Prerequisites

python requirements

  • We will be using Python version 3.11.9 for the sessions. We recommend using pyenv to set python version for your project and then create a virtual environment. Follow below steps of you are not sure how to do this:
  1. [One time thing, it will be worth it!]: Install pyenv by following instructions here https://pyenv-win.github.io/pyenv-win/docs/installation.html
    • specially ensure you set the environment variables are added to user path (they guide you in above link on how to do so)
  2. Restart your terminal, run below to ensure pyenv is installed: pyenv versions
    • this should give you all python versions you have. If you don't see 3.11.9, install this version by running: pyenv install 3.11.9
    • set local version to 3.11.9: pyenv local 3.11.9
  3. In terminal, first go to the "labs" folder (cd labs), and then run one of below scripts to create a virtual environment:
    • virtualenv myenv OR
    • python -m venv myenv
  4. ENSURE Activate the virtual environment:
    • .\myenv\Scripts\activate
  5. Install all packages in requirements.txt
    • pip install -r requirements.txt
  • Every time you want to run the notebooks, you would need to repeat below:

    -- Go to labs folder

    -- Activate the virtual environment as step 4 above

Azure resources

  • You need an Azure account with:
    • Azure OpenAI LLM Service (GPT-4.1 or GPT-4 deployed).
    • Azure OpenAI Embedding Service (text-embedding-ada-002).
    • Azure Database for PostgreSQL
    • Azure Cosmos DB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0