Open AriaShishegaran opened 1 month ago
Are you unable to use actual cli methods like r2r health
?
@emrgnt-cmplxty I am, this is just an FYI that the command constantly is throwing exceptions, even while working.
Same!! I've had this issue on Linux and MacOS.
I've installed r2r thought pip btw. Everything else seems to be working (well seems like I'm running into other bugs that have issues opened for them).
On the latest version the issue has morphed into a new phone, showing a Hatchet SDK error in the beginning of the command running:
r2r
ImportError: `No module named 'hatchet_sdk'`, likely due to core dependencies not being installed.
Usage: r2r [OPTIONS] COMMAND [ARGS]...
R2R CLI for all core operations.
Options:
--base-url TEXT Base URL for the API
--help Show this message and exit.
Commands:
analytics
app-settings Retrieve application settings.
create-graph
create-vector-index Create a vector index for...
current Show current database revision...
db Database management commands.
deduplicate-entities Deduplicate entities in the...
delete Delete documents based on filters.
delete-graph-for-collection Delete the graph for a given...
delete-vector-index Delete a vector index.
docker-down Bring down the Docker Compose...
document-chunks Get chunks of a specific document.
documents-overview Get an overview of documents.
downgrade Downgrade database schema to the...
enrich-graph Enrich an existing graph.
generate-private-key Generate a secure private key...
generate-report Generate a system report...
get-entities Retrieve entities from the...
get-triples Retrieve triples from the...
health Check the health of the server.
history Show database migration history...
ingest-files Ingest files into R2R.
ingest-sample-file Ingest the first sample file...
ingest-sample-files Ingest multiple sample files...
ingest-sample-files-from-unstructured
Ingest multiple sample files...
list-vector-indices List all vector indices for a...
logs Retrieve logs with optional type...
rag Perform a RAG query.
search Perform a search query.
serve Start the R2R server.
server-stats
update Update the R2R package to the...
update-files Update existing files in R2R.
upgrade Upgrade database schema to the...
users-overview Get an overview of users.
version Print the version of R2R.
this is the latest version 3.2.24
Describe the bug
To Reproduce just run r2r in terminal