Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One-liner RAG with tlm ask #35

Open
yusufcanb opened this issue Feb 3, 2025 · 0 comments
Open

One-liner RAG with tlm ask #35

yusufcanb opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yusufcanb
Copy link
Owner

yusufcanb commented Feb 3, 2025

Implementation of basic RAG with;

tlm ask -c $(cwd) "Briefly explain provided context"

Initial proposal;

NAME:
   tlm ask - Asks a question

USAGE:
   tlm ask [command options] [arguments...]

OPTIONS:
   --context value, -c value                                Context directory
   --include value, -i value [ --include value, -i value ]  Include patterns. E.g. --include=*.txt       
   --exclude value, -e value [ --exclude value, -e value ]  Exclude patterns. E.g. --exclude=*.binary    
   --interactive, --it                                      enable interactive chat mode (default: false)
   --help, -h                                               show help
@yusufcanb yusufcanb added the enhancement New feature or request label Feb 3, 2025
@yusufcanb yusufcanb self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant