PySeek Engine is a search engine built using Python.
This project is GPL-3.0 license, so you can:
- Use the code for personal, educational, or commercial purposes.
- Modify the code to suit your needs.
- Distribute copies of the code, including modified versions.
- Contribute to the project by submitting improvements, bug fixes, or enhancements.
However, when you distribute or modify the code, you must include a copy of this license and provide the same freedoms to others. You must also make the source code available when distributing the software or binaries.
For more detailed information, please refer to the GPL-3.0 license.
PySeek has two methods to search data: Vector Search and SQLite Search.
Clone the repository and install the required packages:
git clone https://github.com/mus3000/PySeek-Engine.git
cd PySeek-Engine