Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rm-lht
/
lightrag
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
36d19a0
lightrag
/
lightrag
/
types.py
ParisNeo
Fixed missing imports bug and fixed linting
1e89d2a
8 months ago
raw
Copy download link
history
blame
Safe
171 Bytes
from
pydantic
import
BaseModel
from
typing
import
List
class
GPTKeywordExtractionFormat
(
BaseModel
):
high_level_keywords:
List
[
str
]
low_level_keywords:
List
[
str
]