Skip to content

Commit

Permalink
improve slides transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 24, 2025
1 parent f98a447 commit d9e16be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion tutorial/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<!-- https://revealjs.com/markdown/ -->
<div class="reveal">
<div class="slides">
<section data-markdown="slides.md" data-separator-vertical="^----"></section>
<section
data-markdown="slides.md"
data-separator-vertical="^----"
data-transition="none"
></section>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions tutorial/slides/public/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def index_endpoints():
)
```

> You will need to add the following dependencies to your `pyproject.toml`: `langchain-qdrant` and `langchain-community`
> You will need to add the `langchain-qdrant` dependency to your `pyproject.toml`

---

Expand All @@ -328,7 +328,7 @@ print(f"📚️ Retrieved {len(retrieved_docs)} documents", retrieved_docs[0])

----

If you are using LangChain retriever
If you are using LangChain retriever

```python
from langchain_qdrant import QdrantVectorStore
Expand Down

0 comments on commit d9e16be

Please sign in to comment.