Viewing profile — ocolegro
ocolegro
HN member- Joined
- Sun, Jul 14, 2019, 1:57 PM UTC
- HN karma
- 227
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About ocolegro
No profile information was provided.
Recent public activity
-
comment
Comment #42322499
Hey HN, We've just released R2R V3 with a completely RESTful API that covers everything you need for production RAG applications. The biggest change is our Git-like knowledge graph…
- story
- story
-
comment
Comment #40812737
We've been using hatchet for cloud deployments and have really enjoyed the reliable execution / observability, congrats on the launch.
-
comment
Comment #40806790
new docs are out if anyone was still wanting that, thanks.
-
comment
Comment #40805263
Thanks I agree that would be a more streamlined introduction. The quickstart clearly has too much content in retrospect, and the feedback here makes it clear we should simplify.
-
comment
Comment #40804761
thanks, this is really solid feedback - we will make a more inclusive docker image to make the setup easier/faster. Think of R2R as an SDK with an out of the box admin dashboard / …
-
comment
Comment #40804252
yes, I think so.
-
comment
Comment #40803894
Awesome - interested to hear your thoughts / feelings after you get a chance to try it out.
-
comment
Comment #40803671
its a optional dep used for kgs
-
comment
Comment #40802805
I'm just seeing this now. The key advantages can be extracted from the response above to Kluless - R2R is built around RESTful API and is dockerized, so devs can get started on app…
-
comment
Comment #40802783
No we don't have any explicit code graph tools. Sourcegraph might be a good starting point for you, their SCIP indices are pretty nice
-
comment
Comment #40802313
great question, I can talk about how we do the more challenging "List all YC founders that worked at Google and now have an AI startup." For this we have a target dataset (the YC c…
-
comment
Comment #40802275
See the guide here - https://r2r-docs.sciphi.ai/cookbooks/local-rag we have instructions for getting setup and running w/ ollama. It should be pretty smooth.
-
comment
Comment #40802269
I can't answer for the kindly poster above (ty), but from our experience techniques like HyDE are great when you are getting a lot of comparative questions. For instance, if a user…
-
comment
Comment #40802208
Is this an example that could benefit from something like knowledge graph construction or structured entity extraction? I'm just curious because we have theorized and seen in pract…
-
comment
Comment #40802173
Currently R2R has out of the box logic for the following: csv, docx, html, json, md, pdf, pptx, txt, xlsx, gif, jpg, png, svg, mp3, mp4. There are a lot of good questions around in…
-
comment
Comment #40802137
Have you tried it out yet, how does it compare with gpt-4o?
-
comment
Comment #40802131
No not yet, I've had difficulty getting these different providers to work together on integrations. If you have any suggestions we are all ears. In the meantime we've built our own…
-
comment
Comment #40802113
Yes, there is a guide to running R2R with local models here - https://r2r-docs.sciphi.ai/cookbooks/local-rag
-
comment
Comment #40801884
We agree that ingestion and extraction are a big part of the problem for building high quality RAG. We've talked to a lot of different developers about these problems and haven't f…
-
comment
Comment #40801592
Take a look here - https://r2r-docs.sciphi.ai/quickstart#ingest-data and here https://r2r-docs.sciphi.ai/cookbooks/client-server#ingest-do... Since multiple people have requested w…
-
comment
Comment #40801520
You are right that the quickstart is pretty large, we will think about how we can trim that and show only the essentials. To do what you are requesting is pretty easy, you can just…
-
comment
Comment #40801456
All the pipelines are async, so for ingestion we have typically seen that R2R can saturate the vector db or embedding provider. We don't yet have backpressure so it is up to the cl…
-
comment
Comment #40800758
Sure, happy to. R2R is built around RESTful API and is dockerized, so devs can get started on app development immediately. The system was designed so that devs can typically scale …