Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harrison/fauna loader #5864

Merged
merged 4 commits into from
Jun 8, 2023
Merged

Harrison/fauna loader #5864

merged 4 commits into from
Jun 8, 2023

Conversation

hwchase17
Copy link
Contributor

No description provided.

Shadid12 and others added 2 commits June 7, 2023 20:36
### Following is the FaunaDB document loader for langchain.

### How to use it 

```
from langchain.document_loaders.fauna import FaunaLoader

loader = FaunaLoader("Item.all()", "<Field to Retrieve>", "<Fauna Secret>")
docs = loader.load()
print(docs)
```
@hwchase17 hwchase17 added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Jun 8, 2023
@hwchase17 hwchase17 merged commit 658f8bd into master Jun 8, 2023
@hwchase17 hwchase17 deleted the harrison/fauna-loader branch June 8, 2023 04:32
Undertone0809 pushed a commit to Undertone0809/langchain that referenced this pull request Jun 19, 2023
Co-authored-by: Shadid12 <Shadid12@users.noreply.github.com>
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR looks good. Use to confirm that a PR is ready for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants