Skip to content

Allows FAISS_HNSW_FLAT index to load & search on hnswlib flat index #2114

Allows FAISS_HNSW_FLAT index to load & search on hnswlib flat index

Allows FAISS_HNSW_FLAT index to load & search on hnswlib flat index #2114

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]