2 pointsby linsys8 hours ago3 comments
  • linsys8 hours ago
    I built it to solve my own challenges with my consulting work and sales work. I kept building the same platform over and over to write my book, handle emails with customers, and sales reps, etc.. so I decided to make it a SaaS platform.

    I use it personally every day to read my emails, generate drafts because RetriveIT has all the marketing material I have stored in gdrive and github. Sometimes I even use it for silly thigs like I'll ask it "what is my ITIN and what date did I register my company" because I hate having to search though gdrive to find that info when I need it.

    It's technically different because unlike claude or chatgpt OAuth is bound at the workspace level not at the user level. A user can be a member of multiple workspaces, and users can share their workspace with other workspaces inside of an orginization.

    There is a free signup on the site with email, it uses magic link.

  • glashatay6 hours ago
    curious how you handle the indexing part - is it real-time sync or scheduled crawls? and what's the embedding model you use for the semantic part
    • linsys5 hours ago
      It's synced hourly, it uses the API from the 3rd party to determine what has changed and then ingests the changes, it's also how it cleans up the stale data.

      For embeddings I am using Titan Text Embeddings V2

  • raffaeleg4 hours ago
    [dead]