mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-06-30 22:17:57 -04:00
[PR #17] [MERGED] feat: adding custom embedding models selection CLI #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/notebookllama/pull/17
Author: @AstraBert
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @AstraBert
Base:
main← Head:clelia/custom-embedding-models📝 Commits (5)
633ad65feat: adding custom embedding models selection CLIe26d471ci: typing in instrumentation.pyf339c03ignore static/1e8f0e6chore: version bumpecb88b8chore: slightly modify cli input📊 Changes
9 files changed (+1143 additions, -13 deletions)
View changed files
📝
.gitignore(+3 -0)📝
pyproject.toml(+8 -2)📝
src/notebookllama/instrumentation.py(+1 -1)➕
tools/cli/stylesheets/input.tcss(+19 -0)➕
tools/cli/stylesheets/select.tcss(+19 -0)➕
tools/cli/utils.py(+293 -0)📝
tools/create_llama_cloud_index.py(+127 -3)➕
tools/test_import.py(+0 -0)📝
uv.lock(+673 -7)📄 Description
Closes #12
@nick-galluzzo I think it would be good if you could check this out and tell me if this is ok! :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.