MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / lightrag_api_openai_compatible_demo.py

File lightrag_api_openai_compatible_demo.py

LightRAG/examples/lightrag_api_openai_compatible_demo.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, HTTPException, File, UploadFile
2from pydantic import BaseModel
3import os
4from lightrag import LightRAG, QueryParam

Callers

nothing calls this directly

Calls 3

LightRAGClass · 0.90
EmbeddingFuncClass · 0.90
get_embedding_dimFunction · 0.70

Tested by

no test coverage detected