.gitignore
CHANGELOG.md
COPYRIGHT
Dockerfile
LICENSE
README.md
pyproject.toml
pytest.ini
setup.py
.github/ISSUE_TEMPLATE/release-checklist.md
.vscode/settings.json
.vscode/tasks.json
base-image/Dockerfile
bin/config-analyzer.py
bin/config_bash
docs/LLMChat.png
docs/LLMEvaluateWebPage.png
docs/TalkPipe.png
docs/TalkPipe.xcf
src/talkpipe/__init__.py
src/talkpipe.egg-info/PKG-INFO
src/talkpipe.egg-info/SOURCES.txt
src/talkpipe.egg-info/dependency_links.txt
src/talkpipe.egg-info/entry_points.txt
src/talkpipe.egg-info/requires.txt
src/talkpipe.egg-info/top_level.txt
src/talkpipe/app/__init__.py
src/talkpipe/app/apiendpoint.py
src/talkpipe/app/chatcli.py
src/talkpipe/app/chatterlang_server.py
src/talkpipe/app/runscript.py
src/talkpipe/app/unit_documentation_analyzer.py
src/talkpipe/app/static/.gitignore
src/talkpipe/app/static/favicon.ico
src/talkpipe/app/static/unit-docs.html
src/talkpipe/app/static/unit-docs.txt
src/talkpipe/chatterlang/__init__.py
src/talkpipe/chatterlang/compiler.py
src/talkpipe/chatterlang/parsers.py
src/talkpipe/chatterlang/registry.py
src/talkpipe/data/__init__.py
src/talkpipe/data/email.py
src/talkpipe/data/extraction.py
src/talkpipe/data/html.py
src/talkpipe/data/mongo.py
src/talkpipe/data/rss.py
src/talkpipe/jupyter/basic.py
src/talkpipe/jupyter/examples.py
src/talkpipe/jupyter/interactive.py
src/talkpipe/llm/__init__.py
src/talkpipe/llm/chat.py
src/talkpipe/llm/config.py
src/talkpipe/llm/embedding.py
src/talkpipe/llm/embedding_adapters.py
src/talkpipe/llm/prompt_adapters.py
src/talkpipe/operations/__init__.py
src/talkpipe/operations/filtering.py
src/talkpipe/operations/matrices.py
src/talkpipe/operations/signatures.py
src/talkpipe/operations/thread_ops.py
src/talkpipe/operations/transforms.py
src/talkpipe/pipe/__init__.py
src/talkpipe/pipe/basic.py
src/talkpipe/pipe/core.py
src/talkpipe/pipe/fork.py
src/talkpipe/pipe/io.py
src/talkpipe/pipe/math.py
src/talkpipe/search/abstract.py
src/talkpipe/search/whoosh.py
src/talkpipe/util/__init__.py
src/talkpipe/util/collections.py
src/talkpipe/util/config.py
src/talkpipe/util/data_manipulation.py
src/talkpipe/util/os.py
src/talkpipe/vectordb/abstract.py
src/talkpipe/vectordb/simplevectordb.py
tests/conftest.py
tests/testutils.py
tests/talkpipe/test_documentation_examples.py
tests/talkpipe/app/test_chatcli.py
tests/talkpipe/app/test_runscript.py
tests/talkpipe/chatterlang/test_chatterlang_server.py
tests/talkpipe/chatterlang/test_compiler.py
tests/talkpipe/chatterlang/test_parsers.py
tests/talkpipe/data/sample_feed.pkl
tests/talkpipe/data/test.docx
tests/talkpipe/data/test_email.py
tests/talkpipe/data/test_extraction.py
tests/talkpipe/data/test_html.py
tests/talkpipe/data/test_html_exceptions.py
tests/talkpipe/data/test_mogomock.py
tests/talkpipe/data/test_mongo.py
tests/talkpipe/data/test_mongo_integration.py
tests/talkpipe/data/test_rss.py
tests/talkpipe/jupyter/test_basic_jupyter.py
tests/talkpipe/jupyter/test_examples.py
tests/talkpipe/jupyter/test_interactive.py
tests/talkpipe/llm/test_chat.py
tests/talkpipe/llm/test_embedding.py
tests/talkpipe/operations/test_filtering.py
tests/talkpipe/operations/test_matrices.py
tests/talkpipe/operations/test_signatures.py
tests/talkpipe/operations/test_threading.py
tests/talkpipe/operations/test_transforms.py
tests/talkpipe/pipe/test_basic.py
tests/talkpipe/pipe/test_core.py
tests/talkpipe/pipe/test_fork.py
tests/talkpipe/pipe/test_io.py
tests/talkpipe/pipe/test_math.py
tests/talkpipe/search/test_whoosh.py
tests/talkpipe/util/test_collections.py
tests/talkpipe/util/test_util.py
tests/talkpipe/vectordb/test_simplevectordb.py