You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #822 [Demo] Use TextSplitter for indexing in demo due to long blog posts (chr-hertel)
This PR was merged into the main branch.
Discussion
----------
[Demo] Use TextSplitter for indexing in demo due to long blog posts
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues |
| License | MIT
Currently the demo fails to index the Symfony Blog since there are longer blog posts that are too long for the token limit of the embeddings endpoint - using the splitter solves that. 🥳
Commits
-------
9f86de7 Use TextSplitter for indexing in demo due to long blog posts
0 commit comments