Demo
Last updated
Last updated
Analysis can be done in the Demo tab in three ways:
GraphRAG Chat - query your knowledge graph model and retrieve structured responses based on the uploaded data.
Single text analysis - perform a simple text analysis either on your RAG model or on predefined topical models.
CSV text file analysis - upload and analyze structured text data in CSV format, using either your RAG model or predefined models.
You can find more details about analysis in the Demo tab.
Please note that single text and CSV file text analysis use the API under the hood, and you might be charged for usage!
Typical API use flow (for every analyzed text):
initial request with analysis initialization -> /analyze/initialize endpoint
/analyze/status endpoint request(s) repeated every second until analysis is processed
final request for analysis result obtaining - /analyze/result endpoint
TIP: You can find more details about the API in the API Guide.