Skip to content

Commit

Permalink
Merge pull request #6 from rogeriochaves/rename-to-langstream
Browse files Browse the repository at this point in the history
Rename the whole library from litechain to langstream
  • Loading branch information
rogeriochaves committed Aug 4, 2023
2 parents 8d3f87e + 6bec4f7 commit 3b5906e
Show file tree
Hide file tree
Showing 53 changed files with 1,432 additions and 2,501 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,7 +9,7 @@ chainlit.md
!docs/**/chainlit.md
test*.py
build/
litechain.egg-info/
langstream.egg-info/
.chroma

# Generated markdown files from jupyter notebooks
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,7 +7,7 @@ test-integration:
PYTHONPATH=$$PYTHONPATH:. pytest -s -m integration $(filter-out $@,$(MAKECMDGOALS))

doctest:
PYTHONPATH=$$PYTHONPATH:. pytest --doctest-modules litechain/utils && PYTHONPATH=$PYTHONPATH:. pytest --doctest-modules litechain/core && PYTHONPATH=$PYTHONPATH:. pytest --doctest-modules litechain/contrib/llms
PYTHONPATH=$$PYTHONPATH:. pytest --doctest-modules langstream/utils && PYTHONPATH=$PYTHONPATH:. pytest --doctest-modules langstream/core && PYTHONPATH=$PYTHONPATH:. pytest --doctest-modules langstream/contrib/llms

nbtest:
nbdoc_test --fname docs/docs/
Expand All @@ -16,7 +16,7 @@ docs:
make pdocs && make nbdocs && cd docs && npm run build

pdocs:
pdoc --html -o ./docs/static/reference --template-dir ./docs/pdoc_template litechain --force
pdoc --html -o ./docs/static/reference --template-dir ./docs/pdoc_template langstream --force

nbdocs:
nbdoc_build --srcdir docs/docs
Expand Down
70 changes: 35 additions & 35 deletions README.md

Large diffs are not rendered by default.

235 changes: 0 additions & 235 deletions docs/docs/chain-basics/composing_chains.md

This file was deleted.

78 changes: 0 additions & 78 deletions docs/docs/chain-basics/custom_chains.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/docs/chain-basics/index.md

This file was deleted.

0 comments on commit 3b5906e

Please sign in to comment.