Metadata-Version: 2.4
Name: mypackage_anshita
Version: 0.1.0
Summary: A flexible chatbot package with vector embeddings and prompt handling using Ollama and FAISS
Home-page: https://github.com/yourusername/mypackage_anshita
Author: Anshita Bhatnagar
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ollama
Requires-Dist: faiss-cpu
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mypackage_anshita

A Python package that provides text generation and vector embedding features using Ollama models and FAISS. Includes PromptRunner and DocumentEmbedder classes.
