This repository contains demos showcasing various functionalities of Faiss, a library for efficient similarity search and clustering of dense vectors. These demos are adapted for use in Pascal, specifically for Delphi and Lazarus environments.
To utilize the original Faiss library within Pascal, a Pascal wrapper must be obtained from the BuyLibs website. This wrapper facilitates the integration of Faiss functionalities into Pascal projects.
- Pascal development environment (Delphi or Lazarus)
- Faiss library
- Pascal wrapper for Faiss from BuyLibs
- Obtain the Faiss library from Faiss GitHub repository.
- Get the Pascal wrapper for Faiss from BuyLibs website.
Explore the demos provided in this repository to understand and utilize Faiss functionalities within Pascal projects.
This demo repository is licensed under the MIT License. Refer to the LICENSE file for more details.
The original C++ demos and Faiss library are MIT-licensed. Please refer to the Faiss LICENSE file for more information.
These demos adapted for Pascal retain the MIT license and have been developed by BuyLibs team.