File size: 424 Bytes
18e58fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""
LexRAG — Legal Intelligence Terminal
=====================================
Hybrid RAG (Retrieval-Augmented Generation) system for UAE & Indian law,
taxation, accounting standards, and corporate compliance.

Built by Evolucent AI (https://evolucentai.com)
Engineered by Eulogik (https://eulogik.com)
"""
from setuptools import setup, find_packages

setup(
    packages=find_packages(),
    include_package_data=True,
)