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

Added pdf rag template #2522

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

jieguangzhou
Copy link
Collaborator

Description

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make unit_testing and make integration-testing successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@jieguangzhou jieguangzhou linked an issue Oct 10, 2024 that may be closed by this pull request
4 tasks
@jieguangzhou jieguangzhou force-pushed the templates/pdf_rag branch 5 times, most recently from 5ae684d to d18e39e Compare October 11, 2024 02:43
@jieguangzhou jieguangzhou marked this pull request as ready for review October 14, 2024 08:36
@jieguangzhou jieguangzhou force-pushed the templates/pdf_rag branch 3 times, most recently from d13e5a2 to 2b05d1e Compare October 16, 2024 09:24
@jieguangzhou jieguangzhou requested review from kartik4949 and blythed and removed request for kartik4949 October 16, 2024 09:24
@jieguangzhou jieguangzhou force-pushed the templates/pdf_rag branch 2 times, most recently from 3debb53 to 7a15be0 Compare October 16, 2024 10:09
@@ -7,7 +7,7 @@

@pytest.fixture
def db() -> Iterator[Datalayer]:
db = superduper()
db = superduper(force_apply=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

force_apply in config file may be

superduper/backends/base/query.py Show resolved Hide resolved
superduper/components/template.py Show resolved Hide resolved
templates/pdf_rag/utils.py Show resolved Hide resolved
@jieguangzhou jieguangzhou merged commit f29a9fc into superduper-io:main Oct 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Refactor volvo app with latest templates + plugins logic
2 participants