GithubHelp home page GithubHelp logo

ai-repo-reader's Introduction

ai-repo-reader

Notes

  • What is this about? Semantic search with GPT.
  • Why embeddings?
    • Is it said to offer a superior approach to fine-tuning GPT
    • It does not require any specific training data, in contrast to fine-tuning
  • What are embeddings? [TO DO: link something about embeddings]
  • What is Pinecone? A vector database and search engine [TO DO: link about vector database]

Get started

Follow instructions in example/notebook.ipynb

Prepare environment

pyenv makes it easy to manage python versions without conflicts

  • Build dependencies
brew install openssl readline sqlite3 xz zlib
  • Install pyenv
curl https://pyenv.run | bash
  • Install pyenv 3.10.6
pyenv install -v 3.10.6
  • Set global python version
pyenv global 3.10.6

pipenv makes it easy to manage python packages and virtual environments

pip install pipenv
  • Install jupyterlab
pipenv install jupyterlab
  • Activate the project virtual environment
pipenv shell
  • Start jupyterlab
jupyter lab

A browser window should open with the jupyterlab interface. The source code is under example/notebook.ipynb Tip: You can also run the notebook in VSCode, using the Jupyter extension

Resources

ai-repo-reader's People

Contributors

spqw avatar oriolpregona avatar oriolganduxe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.