[PR #17] [MERGED] feat: adding custom embedding models selection CLI #25

Closed
opened 2026-02-16 03:17:23 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: clelia/custom-embedding-models


📝 Commits (5)

  • 633ad65 feat: adding custom embedding models selection CLI
  • e26d471 ci: typing in instrumentation.py
  • f339c03 ignore static/
  • 1e8f0e6 chore: version bump
  • ecb88b8 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/notebookllama/pull/17 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/custom-embedding-models` --- ### 📝 Commits (5) - [`633ad65`](https://github.com/run-llama/notebookllama/commit/633ad6584ed4b737111cb25d80c6fa31cdc14fcc) feat: adding custom embedding models selection CLI - [`e26d471`](https://github.com/run-llama/notebookllama/commit/e26d4715ffd13ba5168eeab2ab97e4dbe8876b69) ci: typing in instrumentation.py - [`f339c03`](https://github.com/run-llama/notebookllama/commit/f339c03e4b87d449361aaed27bbc354ba1280ac9) ignore static/ - [`1e8f0e6`](https://github.com/run-llama/notebookllama/commit/1e8f0e649c307b77d701c23c930a90aeb57b43b4) chore: version bump - [`ecb88b8`](https://github.com/run-llama/notebookllama/commit/ecb88b8f1ee067b0461060e7675e0a7be6743e28) chore: slightly modify cli input ### 📊 Changes **9 files changed** (+1143 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Closes #12 @nick-galluzzo I think it would be good if you could check this out and tell me if this is ok! :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:17:23 -05:00
yindo closed this issue 2026-02-16 03:17:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/notebookllama#25