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

feat: Create notebook based demos #67

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

bjchambers
Copy link
Contributor

  1. Creates a Jupyter notebook using Dewy as a LangChain retriever. Demonstrates both with and without citations.
  2. Updates chunking to use a smaller chunk size. This makes it easier to use models with smaller context limits.
  3. Fix Dockerfile to include all SQL migrations.
  4. Adds a CI rule that ensures we don't check-in the results of notebooks.

This closes #42.

1. Creates a Jupyter notebook using Dewy as a LangChain retriever.
   Demonstrates both with and without citations.
2. Updates chunking to use a smaller chunk size. This makes it easier
   to use models with smaller context limits.
3. Fix `Dockerfile` to include all SQL migrations.
4. Adds a CI rule that ensures we don't check-in the results of
   notebooks.
@github-actions github-actions bot added the enhancement New feature or request label Feb 1, 2024
@bjchambers bjchambers merged commit 24279cd into main Feb 2, 2024
6 checks passed
@bjchambers bjchambers deleted the demo-langchain-notebook branch February 2, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create LangChain demo
1 participant