OpenIndex

Lessons from Keith Rabois

Public
Share

Mentioned by Keith himself: A summary of my views distilled from 500 hours of interviews, podcasts and posts.

https://twitter.com/rabois/status/1675608856120926208

Email

OpenAI GPTs

You can query this collection in your custom OpenAI GPT.

From the GPT editor, click “Configure” → “Create new action” → “Import from URL” and use the following schema URL.

Sources & Documents

 URLTypeLast indexedStatus 
mogolshan.notion.site/mogolshan/Lessons-from-Keith-Rabois-2b867858346448998d23f51beee3470aJul 2, 2023

Developers

Search this OpenIndex collection programmatically by using our APIs.

curl -X POST https://www.openindex.ai/api/chat \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <your OpenIndex API key>' \
  -d '{"chatId": <existing chatId or empty to start a new conversation>, \
    "collectionId": "F2HUAHsFcd8xJwxTevGb", \
    "message": "What is the most surpring thing about this document?"}'

Learn more about our API at our Developers Website.