-
Notifications
You must be signed in to change notification settings - Fork 145
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
feature: add support for indexing documents using pagefind, and pushing to s3 #2934
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdxker
force-pushed
the
cd/add-pagefind-support
branch
from
December 11, 2024 05:14
83e4268
to
1d87f3a
Compare
cdxker
force-pushed
the
cd/add-pagefind-support
branch
from
December 11, 2024 06:05
1d87f3a
to
a309849
Compare
Instructions for running locallyCreating pagefind indexSet env's for pagefind S3_ENDPOINT_PAGEFIND=https://pagefind-index-west.s3.us-west-1.amazonaws.com
S3_ACCESS_KEY_PAGEFIND=********************
S3_SECRET_KEY_PAGEFIND=**********************************************
S3_BUCKET_PAGEFIND=pagfind-index-west
AWS_REGION_PAGEFIND=us-west-1 cargo run --bin pagefind-worker cargo run let body = {
}
httppost $"($url)/api/dataset/pagefind" $body After the index is created, it should be accessible under https://pagefind-testing-index.trieve.ai/pagfind-index-west/pagefind/ Using pagefind index for search componetnSet env's under
Run component locally under docsearch mode and search |
cdxker
force-pushed
the
cd/add-pagefind-support
branch
from
December 14, 2024 00:34
a097bbd
to
c282d23
Compare
cdxker
force-pushed
the
cd/add-pagefind-support
branch
from
December 16, 2024 21:02
a34d7e0
to
3e4cef0
Compare
cdxker
force-pushed
the
cd/add-pagefind-support
branch
2 times, most recently
from
December 19, 2024 00:19
8b5f373
to
85b4ef4
Compare
cdxker
force-pushed
the
cd/add-pagefind-support
branch
9 times, most recently
from
December 19, 2024 02:41
329b93d
to
5ae3c4b
Compare
skeptrunedev
previously approved these changes
Dec 19, 2024
cdxker
force-pushed
the
cd/add-pagefind-support
branch
from
December 19, 2024 02:57
5ae3c4b
to
6427361
Compare
skeptrunedev
approved these changes
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please indicate what issue this PR is related to and @ any maintainers who are relevant