3. Upload your first file (or folder) of content using this command.
It's fine to have to pip install the client, but it might be worth also providing an example curl command for uploading an HTML/text/PDF file.
The quickstart confused me because it started with python -m r2r.quickstart.example or something. It wasn't clear why I need to run some quickstart example, or how I would specify the location of my doc(s) or what command to run to index docs for real. Sure I could go read the source, but then it's not really a quick start.
Also it would be good to know:
- how to control chunk size when uploading a new document
- what type(s) of search are supported. You mention something about hybrid search, but the quickstart example doesn't explain how to choose the type of search (I guess it defaults to vector search).
<< 1. Download this docker compose file.
<< 2. Run docker compose using this command.
<< 3. Upload your first file (or folder) of content using this command.
I think I will throw in the towel for now ( tomorrow is just a regular workday and I need some sleep:D ). I went the docker route with local ollama. Everything seems up, but I get an almost empty page.
To your point, I did not see the stuff GP asked for ( this is the file, this is how you run it and so on ). If I missed that, please let me know. I might be going blind at this point.
1. Download this docker compose file.
2. Run docker compose using this command.
3. Upload your first file (or folder) of content using this command.
It's fine to have to pip install the client, but it might be worth also providing an example curl command for uploading an HTML/text/PDF file.
The quickstart confused me because it started with python -m r2r.quickstart.example or something. It wasn't clear why I need to run some quickstart example, or how I would specify the location of my doc(s) or what command to run to index docs for real. Sure I could go read the source, but then it's not really a quick start.
Also it would be good to know:
- how to control chunk size when uploading a new document
- what type(s) of search are supported. You mention something about hybrid search, but the quickstart example doesn't explain how to choose the type of search (I guess it defaults to vector search).
HTH