Metadata-Version: 2.4
Name: gradioSearch
Version: 0.2.2
Summary: A CLI tool for searching FAISS vector databases with Gradio GUI
Home-page: https://github.com/thiswillbeyourgithub/gradioSearcher
Author: thiswillbeyourgithub
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gradio==5.50.0
Requires-Dist: pandas==2.3.3
Requires-Dist: langchain-community==0.4.1
Requires-Dist: sentence-transformers==5.1.2
Requires-Dist: tqdm>=4.67.1
Requires-Dist: beartype>=0.22.6
Requires-Dist: faiss-cpu>=1.13.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gradioSearch

**Work in progress.**

A WebUI tool for searching FAISS vector databases via a Gradio GUI interface. Made initially to inspect databases from [wdoc](https://github.com/thiswillbeyourgithub/wdoc).

## Installation

Install from PyPI:

```bash
uv pip install gradioSearch
```

Or for development:

```bash
git clone https://github.com/thiswillbeyourgithub/gradioSearch.git
cd gradioSearch
uv pip install -e .
```

## Usage

```bash
python -m gradioSearch --help
```

## License

GPLv3

## Development

This project was created with assistance from [aider.chat](https://github.com/Aider-AI/aider/). More precisely from using [AiderBuilder](https://github.com/thiswillbeyourgithub/AiderBuilder).
