OpenIndex

将您的LLMs与OpenIndex集成

了解如何将相关的商业信息添加到您的AI代理和聊天机器人。

curl -X POST https://www.openindex.ai/api/multimodal/search \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <your OpenIndex API key>' \
  -d '{"query": "Cocktail dresses"}'

You can get your API key from the dashboard.
Please get in touch with developers@openindex.ai for any comment, question or feedback.