Purpose

What are Document Loaders?

Tasks

  1. Update our dependencies.

    1. Run this in the root directory

      pip install -r requirements_mimir.txt
      
  2. Add our Pinecone Environment Key.

    1. Go to your Pinecone console https://app.pinecone.io/
    2. Go to Manage / API keys
    3. Add to your .env file
  3. Add our GitHub repository key.

    1. Go to Settings/Developer settings https://github.com/settings/tokens?type=beta
    2. Click Generate new token
    3. Paste it to your .env file
  4. Upload our documents to the Pinecone index.

    1. GitHub
    2. PDFs
  5. View our documents in Pinecone console.

  6. Run our first similarity search.

Conclusion