Skip to content

勉強会「プロンプトエンジニアリングから始めるLangChain入門」で使用したソースコード

License

Notifications You must be signed in to change notification settings

os1ma/learning-langchain

Repository files navigation

learning-langchain

依存関係

  • Python
  • Poetry

バージョンは .tool-verisons に書かれています。

Note .tool-verisons は asdf の設定ファイルです。

実行手順

Python のパッケージは Poetry で管理しています。 以下のコマンドでインストールしてください。

poetry install

各サンプルコードは以下のコマンドで実行できます。

poetry run python learning_langchain/<ファイル名>

4.indexes.py を実行する場合

4.indexes.py は、langchain のドキュメントを読み込んで使う例となっています。

以下のコマンドで langchain のドキュメントを準備してから実行してください。

git submodule update --init
cd langchain
poetry install
make docs_build

About

勉強会「プロンプトエンジニアリングから始めるLangChain入門」で使用したソースコード

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages