Skip to content

Commit

Permalink
Fixed readme docs links. (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
khustup2 authored Jan 24, 2025
1 parent 495fa60 commit 2de19e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://pepy.tech/project/deeplake"><img src="https://static.pepy.tech/badge/deeplake" alt="PyPI version" height="18"></a>
<h3 align="center">
<a href="https://docs.deeplake.ai/?utm_source=github&utm_medium=github&utm_campaign=github_readme&utm_id=readme"><b>Docs</b></a> &bull;
<a href="https://docs.deeplake.ai/latest/setup/quickstart/?utm_source=github&utm_medium=github&utm_campaign=github_readme&utm_id=readme"><b>Get Started</b></a> &bull;
<a href="https://docs.deeplake.ai/latest/getting-started/quickstart/?utm_source=github&utm_medium=github&utm_campaign=github_readme&utm_id=readme"><b>Get Started</b></a> &bull;
<a href="https://docs.deeplake.ai/latest/api/dataset/?utm_source=github&utm_medium=github&utm_campaign=github_readme&utm_id=readme"><b>API Reference</b></a> &bull;
<a href="http://learn.activeloop.ai"><b>LangChain & VectorDBs Course</b></a> &bull;
<a href="https://www.activeloop.ai/resources/?utm_source=github&utm_medium=github&utm_campaign=github_readme&utm_id=readme"><b>Blog</b></a> &bull;
Expand Down Expand Up @@ -71,16 +71,16 @@ pip install deeplake

### Vector Store Applications
Using Deep Lake as a Vector Store for building LLM applications:
### - [Vector Store Quickstart](https://docs.deeplake.ai/latest/guide/rag/vector-search/)
### - [Vector Store Quickstart](https://docs.deeplake.ai/latest/guides/rag/)
### - [Vector Store Tutorials](https://docs.activeloop.ai/examples/rag/tutorials)
### - [LangChain Integration](https://docs.activeloop.ai/examples/rag/langchain-integration)
### - [LlamaIndex Integration](https://docs.activeloop.ai/examples/rag/llamaindex-integration)
### - [Image Similarity Search with Deep Lake](https://docs.deeplake.ai/latest/guide/rag/image-similarity/)
### - [Image Similarity Search with Deep Lake](https://docs.deeplake.ai/latest/guides/rag/#5-integrating-image-embeddings-for-multi-modal-search)


### Deep Learning Applications
Using Deep Lake for managing data while training Deep Learning models:
### - [Deep Learning Quickstart](https://docs.deeplake.ai/latest/guide/deep-learning/)
### - [Deep Learning Quickstart](https://docs.deeplake.ai/latest/guides/deep-learning/deep-learning/)
### - [Tutorials for Training Models](https://docs.activeloop.ai/examples/dl/tutorials/training-models)

## ⚙️ Integrations
Expand Down

0 comments on commit 2de19e7

Please sign in to comment.