Giter Site home page Giter Site logo

langchain_practice's Introduction

랭체인 실습 레포지토리

  1. data라는 폴더안에 정보가 기입된 .txt파일을 넣어주세요.

  2. 환경변수를 넣어주세요.

OPENAI_API_KEY=your_openai_api_key
SUPABASE_URL=your_supabase_url
SUPABASE_API_KEY=your_supabase_api_key
  1. templates안에 있는 프롬프트를 수정해주셔야 합니다.

  2. 현재 두가지 옵션이 있습니다.

! package.json에서 build script를 아래와 같이 바꿔주세요.

  • 로컬에 벡터데이터를 저장하기

    "build": "npm run ingest-local && next build

  • SupaBase에 벡터데이터 저장하기

    "build": "npm run ingest-remote && next build

langchain_practice's People

Contributors

froggy1014 avatar

Watchers

 avatar

langchain_practice's Issues

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.