build(core): add FAISSBackend and migrate to lighter, reproducible manylinux build#33
Open
bbzaffari wants to merge 65 commits intopureai-ecosystem:mainfrom
Open
build(core): add FAISSBackend and migrate to lighter, reproducible manylinux build#33bbzaffari wants to merge 65 commits intopureai-ecosystem:mainfrom
bbzaffari wants to merge 65 commits intopureai-ecosystem:mainfrom
Conversation
…ied pip-based installations. Removed static git clone in favor of mirrored structure to make the environment more flexible and modular.
…iler.version=13. But was resulting in issues.)
…etup through modular installers.
4d57a1e to
6448963
Compare
bc683ea to
aece493
Compare
- Renamed `community/` folder to `docs/` for clearer semantics and aligning with common repository conventions. - Removed `.dockerignore` as it was no longer necessary for the current Docker setup.
22dd524 to
e13a160
Compare
7f1f3d3 to
4012b20
Compare
Updated the contributing guide to streamline the contribution process and improve clarity.
Updated sections in README.md for clarity and added new topics.
dee0726 to
c99f7e4
Compare
Updated logging functions and improved output messages for better clarity. Adjusted package installation commands for consistency across package managers.
Refactored the script to enhance readability and debugging. Logging output now uses consistent formatting with color codes and aligned indentation. Changes include: - Added default color fallback for log messages - Improved segment repetition logic for better visual structure - General cleanup and comment clarifications This improves maintainability and user feedback during script execution.
This file contains hidden or 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
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.
git clone --recursive https://github.com/bbzaffari/purecpp
cd purecpp
docker build -t pure_faiss .
docker run -it --name env -v "$PWD":/home pure_faiss
#sudo chmod +x -R scripts/.sh
#Se for o Root:
chmod +x -R scripts/.sh
./scripts/env_config.sh
#sudo chmod +x build.sh
#Se for o Root:
chmod +x build.sh
build.sh