Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 18, 2024
1 parent d396db5 commit 3f07168
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 2 deletions.
31 changes: 31 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -38602,5 +38602,36 @@
"kg",
"rag"
]
},
"https://github.com/Unstructured-IO/unstructured-inference": {
"extra-tags": [
"inference",
"unstructured-data",
"structured-data"
],
"date": "2022-12-20",
"title": "unstructured-inference",
"summary": "",
"tags": [
"python"
]
},
"https://github.com/illuin-tech/colpali": {
"extra-tags": [
"code",
"train",
"inference",
"architecture"
],
"date": "2024-06-20",
"title": "colpali",
"summary": "The code used to train and run inference with the ColPali architecture.",
"tags": [
"colpali",
"retrieval-augmented-generation",
"vision-language-model",
"information-retrieval",
"python"
]
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
120 changes: 120 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -176314,5 +176314,125 @@
{
"head": "kg",
"tail": "rag"
},
{
"head": "inference",
"tail": "unstructured-data"
},
{
"head": "inference",
"tail": "structured-data"
},
{
"head": "colpali",
"tail": "retrieval-augmented-generation"
},
{
"head": "colpali",
"tail": "vision-language-model"
},
{
"head": "colpali",
"tail": "information-retrieval"
},
{
"head": "colpali",
"tail": "python"
},
{
"head": "colpali",
"tail": "code"
},
{
"head": "colpali",
"tail": "train"
},
{
"head": "colpali",
"tail": "inference"
},
{
"head": "colpali",
"tail": "architecture"
},
{
"head": "retrieval-augmented-generation",
"tail": "vision-language-model"
},
{
"head": "retrieval-augmented-generation",
"tail": "information-retrieval"
},
{
"head": "retrieval-augmented-generation",
"tail": "code"
},
{
"head": "retrieval-augmented-generation",
"tail": "train"
},
{
"head": "retrieval-augmented-generation",
"tail": "inference"
},
{
"head": "retrieval-augmented-generation",
"tail": "architecture"
},
{
"head": "vision-language-model",
"tail": "information-retrieval"
},
{
"head": "vision-language-model",
"tail": "python"
},
{
"head": "vision-language-model",
"tail": "code"
},
{
"head": "vision-language-model",
"tail": "train"
},
{
"head": "vision-language-model",
"tail": "inference"
},
{
"head": "vision-language-model",
"tail": "architecture"
},
{
"head": "information-retrieval",
"tail": "code"
},
{
"head": "information-retrieval",
"tail": "train"
},
{
"head": "information-retrieval",
"tail": "inference"
},
{
"head": "information-retrieval",
"tail": "architecture"
},
{
"head": "code",
"tail": "architecture"
},
{
"head": "train",
"tail": "inference"
},
{
"head": "train",
"tail": "architecture"
},
{
"head": "inference",
"tail": "architecture"
}
]

0 comments on commit 3f07168

Please sign in to comment.