Welcome to Time Series RAG’s documentation!
Contents:
Time Series RAG is a powerful system for time series similarity search and retrieval augmented generation.
Features
Time series embedding using statistical features and resampling
Efficient similarity search with FAISS
Interactive web interface with Plotly visualizations
RESTful API for integration
Support for metadata and context retrieval
Quick Start
Install the package:
pip install -r requirements.txt
Run the web application:
python app.py
Access the web interface at http://localhost:50758