mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
Add template for gpt-crawler (#13625)
Template for RAG using [gpt-crawler](https://github.com/BuilderIO/gpt-crawler). --------- Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
3
templates/rag-gpt-crawler/rag_gpt_crawler/__init__.py
Normal file
3
templates/rag-gpt-crawler/rag_gpt_crawler/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from rag_gpt_crawler.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user