8000 Rag cli refactor by cihankaradogan · Pull Request #193 · supercog-ai/agentic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rag cli refactor #193

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Rag cli refactor #193

wants to merge 4 commits into from

Conversation

cihankaradogan
Copy link
Collaborator

Closes #184

@scottpersinger I think this version is better.

(agentic) cihankaradogan@Cihan-MacBook-Pro agentic % agentic index  --help                                   
                                                                                                                                                               
 Usage: agentic index [OPTIONS] COMMAND [ARGS]...                                                                                                              
                                                                                                                                                               
 Manage vector indexes                                                                                                                                         
                                                                                                                                                               
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                                                                                                 │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ list       List all available Weaviate indexes                                                                                                              │
│ rename     Rename a Weaviate index/collection                                                                                                               │
│ delete     Delete entire Weaviate index (collection)                                                                                                        │
│ search     Search documents with hybrid search support                                                                                                      │
│ document   Manage documents in indexes                                                                                                                      │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

(agentic) cihankaradogan@Cihan-MacBook-Pro agentic % agentic index document --help                           
                                                                                                                                                               
 Usage: agentic index document [OPTIONS] COMMAND [ARGS]...                                                                                                     
                                                                                                                                                               
 Manage documents in indexes                                                                                                                                   
                                                                                                                                                               
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                                                                                                 │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ add_doc      Add a document to an index                                                                                                                     │
│ list_docs    List all documents in an index with basic info                                                                                                 │
│ show_doc     Show detailed metadata for a specific document using its ID or filename/path                                                                   │
│ delete_doc   Delete a document using its ID or filename/path                                                                                                │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index commands are confusing
1 participant
0