AI-powered marketing consultancy framework using RAG technology
Project description
Tiramisu Framework
AI-powered marketing consultancy framework using RAG technology.
Installation
pip install tiramisu-framework
Quick Start
from tiramisu_framework.engine.analyzer import TiramisuAnalyzer
analyzer = TiramisuAnalyzer()
result = analyzer.analyze("Your marketing question here")
📥 Important: FAISS Index Installation
Due to size limitations, the FAISS index files are not included in the PyPI package.
After installing, download the index files:
# Download FAISS files (required for the framework to work)
curl -L https://your-storage-url/index.faiss -o ~/.tiramisu/index.faiss
curl -L https://your-storage-url/index.pkl -o ~/.tiramisu/index.pkl
Or contact the author for the complete package with FAISS included.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tiramisu_framework-0.1.0.tar.gz
(24.2 kB
view details)
File details
Details for the file tiramisu_framework-0.1.0.tar.gz.
File metadata
- Download URL: tiramisu_framework-0.1.0.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bb10f406166859d503369d7f5ad01e85e24cb0fa59dbb792f9f763d44e4f5dc
|
|
| MD5 |
d4de467d5d977837eea08f9bf2137372
|
|
| BLAKE2b-256 |
0b91528fd70929971d1ecb2962f4a1441429834778081a40a5c1163ce71586ad
|