langchain/docs/modules/indexes
Julius Lipp 5b6bbf4ab2
Add embaas document extraction api endpoints (#6048)
# Introduces embaas document extraction api endpoints

In this PR, we add support for embaas document extraction endpoints to
Text Embedding Models (with LLMs, in different PRs coming). We currently
offer the MTEB leaderboard top performers, will continue to add top
embedding models and soon add support for customers to deploy thier own
models. Additional Documentation + Infomation can be found
[here](https://embaas.io).

While developing this integration, I closely followed the patterns
established by other langchain integrations. Nonetheless, if there are
any aspects that require adjustments or if there's a better way to
present a new integration, let me know! :)

Additionally, I fixed some docs in the embeddings integration.

Related PR: #5976 

#### Who can review?
  DataLoaders
  - @eyurtsev
2023-06-12 19:13:52 -07:00
..
document_loaders/examples Add embaas document extraction api endpoints (#6048) 2023-06-12 19:13:52 -07:00
retrievers/examples Fixed typo missing "use" (#5991) 2023-06-10 14:31:58 -07:00
text_splitters Text splitter for Markdown files by header (#5860) 2023-06-12 15:46:42 -07:00
vectorstores comment out 2023-06-12 10:57:31 -07:00
document_loaders.rst Create Airtable loader (#5958) 2023-06-10 15:43:18 -07:00
getting_started.ipynb Update getting_started.ipynb (#4850) 2023-05-17 13:19:14 -07:00
retrievers.rst
text_splitters.rst code splitter docs (#5480) 2023-05-31 07:11:53 -07:00
vectorstores.rst