Ver código fonte

Update README (#855)

Deshraj Yadav 1 ano atrás
pai
commit
191ae3ec1e
2 arquivos alterados com 10 adições e 5 exclusões
  1. 9 4
      README.md
  2. 1 1
      docs/data-sources/overview.mdx

+ 9 - 4
README.md

@@ -1,5 +1,7 @@
 # embedchain
 
+<a href="https://runacap.com/ross-index/q3-2023/" target="_blank" rel="noopener"><img style="width: 260px; height: 56px" src="https://runacap.com/wp-content/uploads/2023/10/ROSS_badge_black_Q3_2023.svg" alt="ROSS Index - Fastest Growing Open-Source Startups in Q3 2023 | Runa Capital" width="260" height="56"/></a>
+
 [![PyPI](https://img.shields.io/pypi/v/embedchain)](https://pypi.org/project/embedchain/)
 [![Slack](https://img.shields.io/badge/slack-embedchain-brightgreen.svg?logo=slack)](https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw)
 [![Discord](https://dcbadge.vercel.app/api/server/6PzXDgEjG5?style=flat)](https://discord.gg/CUU9FPhRNt)
@@ -38,20 +40,23 @@ The documentation for embedchain can be found at [docs.embedchain.ai](https://do
 
 Embedchain empowers you to create ChatGPT like apps, on your own dynamic dataset.
 
-### Data Types Supported
+### Data types supported
 
 * Youtube video
 * PDF file
+* CSV file
 * Web page
+* MDX file
+* XML file
 * Sitemap
 * Doc file
+* Notion
 * JSON file
-* Code documentation website loader
 * OpenAPI specs
-* Notion
+* Code docs website
 * Unstructured file loader and many more
 
-You can find the full list of data types on [our documentation](https://docs.embedchain.ai/data-sources/csv).
+You can find the full list of data types on [our documentation](https://docs.embedchain.ai/data-sources/).
 
 ### Queries
 

+ 1 - 1
docs/data-sources/overview.mdx

@@ -17,7 +17,7 @@ Embedchain comes with built-in support for various data sources. We handle the c
   <Card title="📝 text" href="/data-sources/text"></Card>
   <Card title="🌐📄 web page" href="/data-sources/web-page"></Card>
   <Card title="🧾 xml" href="/data-sources/xml"></Card>
-  <Card title="🙌 OpenApi" href="/data-sources/openapi"></Card>
+  <Card title="🙌 OpenAPI" href="/data-sources/openapi"></Card>
   <Card title="🎥📺 youtube video" href="/data-sources/youtube-video"></Card>
 </CardGroup>