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 YAML config files for parquet #2599

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

valamuri2020
Copy link
Member

Key Changes:

  • New YAML Configurations:

    • Each configuration file corresponds to an existing beir-v1.0.0-<collection_name>.bge-base-en-v1.5.<flat|hnsw>.<cached|onnx>.yaml file, but with .parquet appended to the filenames after .bge-base-en-v1.5.
  • Updated Fields in Each YAML:

    • corpus_path: Updated to point to the corresponding .parquet directory.
    • index_path: Updated to reflect the new Parquet index path.
    • collection_class: Changed to ParquetDenseVectorCollection for Parquet-based collections.
    • generator_class: Changed to ParquetDenseVectorDocumentGenerator for Parquet-based document generation.

File Locations:

  • The updated YAML files are stored in src/main/resources/regression/ alongside the original configurations.

@valamuri2020 valamuri2020 marked this pull request as ready for review September 13, 2024 15:14
@lintool lintool merged commit 11b543e into castorini:master Sep 13, 2024
1 check 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.

2 participants