Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
DuyTa
/
cve-kgrag-db
like
0
Languages:
English
Size:
100K<n<1M
Tags:
cybersecurity
cve
cwe
capec
mitre-attack
knowledge-graph
+ 5
License:
cc-by-4.0
Dataset card
Files
Files and versions
xet
Community
main
cve-kgrag-db
/
code
/
llms
/
__init__.py
DuyTa
Add code/: full CVE-KGRAG project source snapshot
27f6252
verified
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
186 Bytes
from
.base
import
BaseLLM
from
.ollama
import
OllamaLLM
from
.openai
import
OpenAILLM
from
.vllm
import
vLLM
__all__ = [
"BaseLLM"
,
"OllamaLLM"
,
"OpenAILLM"
,
"vLLM"
,
]