feat: batch document import for RAG indexing #300
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Summary
Add a batch import feature to ingest existing documents into the memory system for semantic search and retrieval.
Use Cases
Proposed Implementation
CLI Command
API Endpoint
Supported Formats
.md).txt)Features
Direct Import (no LLM required)
LLM-Enhanced Import (optional)
Progress Tracking
Chunking
Difference from Ragtime
The upstream
ragtimetool uses Claude as orchestrator (every file goes through Claude). This feature should:Related