Skip to content

Instantly share code, notes, and snippets.

@fsndzomga
Created April 20, 2024 12:56
Show Gist options
  • Save fsndzomga/f46ed3e01303bd41d19ed4ef0ae73c7b to your computer and use it in GitHub Desktop.
Save fsndzomga/f46ed3e01303bd41d19ed4ef0ae73c7b to your computer and use it in GitHub Desktop.
docs = WebBaseLoader(url).load()
text_splitter = RecursiveCharacterTextSplitter()
documents = text_splitter.split_documents(docs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment