Skip to content

Commit 53d3b6d

Browse files
committed
Moved MCP item to a repo Issue
1 parent 50326fd commit 53d3b6d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

TODO.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# TODO for the Python knowpro port
22

3-
# Leftover TODOs from TADA.md
3+
Meta-todo: Gradually move work items from here to repo Issues.
44

5+
# Leftover TODOs from TADA.md
56

67
## Software
78

@@ -15,13 +16,9 @@ Minor:
1516
- `get_transcript_speakers` and `get_transcript_duration` should not
1617
re-parse the transcript -- they should just take the parsed vtt object.
1718

18-
### Later
19+
### Embeddings
1920

20-
- Fix MCP service (should use host's LLM, not its own)
21-
- Handle embeddings in MCP, even though MCP doesn't support it yet
22-
- GPT5 suggests to run a separate MCP service for this
23-
- Batch 128-256 items at a time
24-
- Explicitly handle truncation by counting tokens
21+
- Handle input truncation for embeddings by counting tokens (e.g. tiktoken).
2522

2623
## Documentation
2724

0 commit comments

Comments
 (0)