add: add embedchainjs github repo to readme (#123)
This commit is contained in:
committed by
GitHub
parent
5c19da74e5
commit
5fa2f5c5a2
@@ -4,7 +4,7 @@ from embedchain.utils import clean_string
|
||||
|
||||
|
||||
class PdfFileLoader:
|
||||
|
||||
|
||||
def load_data(self, url):
|
||||
loader = PyPDFLoader(url)
|
||||
output = []
|
||||
@@ -20,4 +20,4 @@ class PdfFileLoader:
|
||||
"content": content,
|
||||
"meta_data": meta_data,
|
||||
})
|
||||
return output
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user