SciPhi

SciPhi

科技、信息和网络

An open source cloud platform that enables developers to build, deploy, and optimize the best RAG system.

关于我们

SciPhi - An open source cloud platform that enables developers to build, deploy, and optimize the best RAG system.

网站
https://www.sciphi.ai
所属行业
科技、信息和网络
规模
2-10 人
类型
私人持股

SciPhi员工

动态

  • 查看SciPhi的公司主页,图片

    595 位关注者

    R2R 3.2.0 is out and it is an exciting release! Some Key Changes: * Introduced?light?and?full?installation modes?to facilitate faster setup / prototyping * Removed Neo4j dependency?- GraphRAG is now done entirely in Postgres, we will be writing a blog post around our motivations for this change. * Commitment to stable releases and migration?- R2R is moving towards serious use cases and is committed to providing working migration scripts with each major change following 3.2.0. This will be the last painful migration. If you have been struggling with initial setup then we highly recommend checking out the light installation below. https://lnkd.in/eFgFPF3A

    R2R Local System Installation

    R2R Local System Installation

    r2r-docs.sciphi.ai

  • 查看SciPhi的公司主页,图片

    595 位关注者

    Curious about the latest Y Combinator batch? Check out our new demo using agentic GraphRAG at https://demo.sciphi.ai/ The demo showcases GraphRAG technology, which excels at answering complex questions about interconnected data. We've built a knowledge graph of YC S24 company profiles, which improve response quality for queries that require global context. Give it a try and let us know your thoughts!

    • 该图片无替代文字
  • SciPhi转发了

    查看unstructured.io的公司主页,图片

    16,610 位关注者

    ? New blog post : “Deploying RAG into Production with R2R and Unstructured”?? In this blog post, we describe:?? ?? ? What SciPhi's R2R can enable for Production RAG systems ? How to use Unstructured within R2R ? Examples of question answering with complex tables, scanned tables, and other messy unstructured text ? An example of GraphRAG with R2R and Unstructured ? Links to the code where Unstructured is integrated into R2R's OS codebase? ?? Give it a read at:?? https://lnkd.in/gzBUzWJ5

    Unstructured integration into R2R for Production RAG – Unstructured

    Unstructured integration into R2R for Production RAG – Unstructured

    unstructured.io

  • 查看SciPhi的公司主页,图片

    595 位关注者

    Unstructured is now the default ingestion provider for R2R, read their latest blog post to learn about how they work together.

    查看unstructured.io的公司主页,图片

    16,610 位关注者

    ? New blog post : “Deploying RAG into Production with R2R and Unstructured”?? In this blog post, we describe:?? ?? ? What SciPhi's R2R can enable for Production RAG systems ? How to use Unstructured within R2R ? Examples of question answering with complex tables, scanned tables, and other messy unstructured text ? An example of GraphRAG with R2R and Unstructured ? Links to the code where Unstructured is integrated into R2R's OS codebase? ?? Give it a read at:?? https://lnkd.in/gzBUzWJ5

    Unstructured integration into R2R for Production RAG – Unstructured

    Unstructured integration into R2R for Production RAG – Unstructured

    unstructured.io

  • 查看SciPhi的公司主页,图片

    595 位关注者

    查看Owen Colegrove的档案,图片

    Founder @ SciPhi | Building infrastructure for RAG

    We've made Retrieval Augmented Generation (RAG) more configurable than ever with our latest updates to R2R. Inspired by the recent and increasingly popular research development known as HybridRAG, we decided to write a blog post showcasing how it can be implemented right out of the box within R2R. We also demonstrate how you can toggle between other advanced techniques like HyDE and RAG-Fusion at query time. Find out more by reading our full blog post here: https://lnkd.in/eznuggNT

    • 该图片无替代文字
    • 该图片无替代文字
  • 查看SciPhi的公司主页,图片

    595 位关注者

    查看Owen Colegrove的档案,图片

    Founder @ SciPhi | Building infrastructure for RAG

    Interested in implementing RAG across document groups for your users? This cookbook demonstrates how to leverage R2R's built-in group permissions to quickly implement this. The cookbook covers creating and managing groups, adding users and documents to groups, and controlling access using R2R's group permissioning system - https://lnkd.in/e9C4c_XR

    Group Permissions

    Group Permissions

    r2r-docs.sciphi.ai

  • 查看SciPhi的公司主页,图片

    595 位关注者

    R2R V3 Release: Comprehensive Upgrade with GraphRAG and group permissions Highlights: ? Full GraphRAG support based on Microsoft's paper, integrated with Neo4j ? Group-level permissions for vector search with granular access control ? Enhanced hybrid search with advanced text processing and configurable settings ? New RAG Agent for custom tools and easy transition to Agentic RAG ? Significant bug fixes and production-focused improvements ? Streamlined CLI and Python SDK for efficient Docker interactions Breaking changes from V2; migration script in development. Extensive codebase refactoring and updated documentation available at https://lnkd.in/epRiN-Rm. This release addresses user feedback following rapid adoption growth, with over 1 million production queries answered to date.

    • 该图片无替代文字
  • 查看SciPhi的公司主页,图片

    595 位关注者

    Thanks for taking the time to make this informative video, Rohan!

    查看Rohan Paul的档案,图片

    I build & write AI stuff. → Join 34K others on my X / Twitter. AI Engineer and Entrepreneur (Ex Investment Banking).

    RAG & Businesses are just a match made in heaven. ?? Recent algorithmic advancements like replacing positional encoding with ALiBi, Sparse attention and Flash Attention-2 have really extended allowable context-windows, but despite this - all the predictions of these techniques being RAG killers have turned out to be wrong. ?? When making my most recent RAG application I stumbled onto a great open source RAG engine named R2R from SciPhi, that I found to be quite incredible. R2R seriously made life much easier for me as a developer to build, observe, and optimize RAG. ?? Another feature that I really liked about R2R was its built-in user permissions and document management. I can see how this will make my next user facing application much easier to build. ?? You can think of R2R as the Supabase for RAG – a complete platform that's bridging the gap between experimenting and deploying production-ready RAG applications. It even supports open-source models for my local-RAG. ?? Part of what makes R2R easy to use is the fact that it is built around a simple RESTful API. This means I was able to deploy my application without digging into the nitty gritty details. It's also packing some serious heat with features like - Multimodal support (hello, .txt to .mp3!), - Hybrid search that combines semantic and keyword approaches, - implementing an advanced RAG technique HyDE (Hypothetical Document Embedding) and - Automatic knowledge graph generation. -------- ?? R2R is an engine for building user-facing Retrieval-Augmented Generation (RAG) applications. It gives developers configurable vector search and RAG right out of the box, as well as direct method calls instead of the client-server architecture seen throughout the docs. The founder's vision is clear: create a tool that accelerates serious LLM application development without the pain points of existing open-source projects. R2R aims to be more opinionated about abstractions and integrations, resulting in a simple yet powerful tool. Whether you're diving into user management, craving some serious observability, or looking to extend your RAG capabilities, R2R's got your back. And for those of us who love a good UI, there's an open-source React+Next.js front-end to play with. --------- ?? So the core workflow of R2R is the following, and you get all of these both out-of-the box, and also with a Python & Javascript SDKs so we can fully integrate it with your own codebase. - Ingest files into your Postgres vector database - Search over ingested files - Create a RAG (Retrieval-Augmented Generation) response - Perform basic user auth - Observe and analyze a deployed RAG engine. ------ ?? Full Video - https://lnkd.in/g-FnfMa5 ?? R2R Official Doc - https://lnkd.in/gqRdw6QZ ?? Github repo of R2R - https://lnkd.in/ggY37Wxs

  • 查看SciPhi的公司主页,图片

    595 位关注者

    查看Owen Colegrove的档案,图片

    Founder @ SciPhi | Building infrastructure for RAG

    Some major upgrades to the SciPhi cloud are now live 1.) Free RAG completions through gpt-4o-mini (w/ documented support for other providers like anthropic, openai, etc.) 2.) Fast document ingestion 3.) Agentic RAG 4.) Control and customizability - bring your own docker w/ R2R

相似主页

融资

SciPhi 共 1 轮

上一轮

种子前

US$500,000.00

投资者

Y Combinator
Crunchbase 上查看更多信息