mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# RAG - GPT-crawler
|
||||
|
||||
# rag-gpt-crawler
|
||||
|
||||
GPT-crawler will crawl websites to produce files for use in custom GPTs or other apps (RAG).
|
||||
`GPT-crawler` crawls websites to produce files for use in custom GPTs or other apps (RAG).
|
||||
|
||||
This template uses [gpt-crawler](https://github.com/BuilderIO/gpt-crawler) to build a RAG app
|
||||
|
||||
@@ -11,7 +10,7 @@ Set the `OPENAI_API_KEY` environment variable to access the OpenAI models.
|
||||
|
||||
## Crawling
|
||||
|
||||
Run GPT-crawler to extact content from a set of urls, using the config file in GPT-crawler repo.
|
||||
Run GPT-crawler to extract content from a set of urls, using the config file in GPT-crawler repo.
|
||||
|
||||
Here is example config for LangChain use-case docs:
|
||||
|
||||
|
Reference in New Issue
Block a user