Metadata-Version: 2.1
Name: chatterpyv1
Version: 0.1.0
Summary: A Python library for FAISS indexing and OpenAI query processing.
Home-page: https://github.com/Mamlesh18/chatterPy
Author: Mamlesh
Author-email: mamleshsurya6@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: faiss-cpu
Requires-Dist: sentence-transformers
Requires-Dist: openai
Requires-Dist: numpy

# Text Search

This Python library provides functionality to create and search a FAISS index using sentence embeddings and the Azure OpenAI API.

## Installation

To install the library, use pip:

