Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slide-index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Welter, Felix
slide-index
Commits
24b8710e
Commit
24b8710e
authored
4 years ago
by
felixwelter
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.rrz.uni-hamburg.de/bay1620/slide-index
parents
e46e1c80
455817bf
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
REQUEST_FORMAT.md
+2
-1
2 additions, 1 deletion
REQUEST_FORMAT.md
with
3 additions
and
2 deletions
README.md
+
1
−
1
View file @
24b8710e
...
...
@@ -2,7 +2,7 @@
This micro service enables you to upload pdf slides (e.g. lecture slides) and query them.
# Setup
Pull the image. Replace the version number. If unknown look up the latest version here: https://hub.docker.com/r/fwelter/
elastic-search-middleware
Pull the image. Replace the version number. If unknown look up the latest version here: https://hub.docker.com/r/fwelter/
wilps_slide_index
`docker pull fwelter/wilps_slide_index:<VERSION_NUMBER>`
...
...
This diff is collapsed.
Click to expand it.
REQUEST_FORMAT.md
+
2
−
1
View file @
24b8710e
...
...
@@ -16,7 +16,8 @@ and type-dependent data. e.g.
```
{
"type": "text",
"text": "This will hopefully be useful information."
"text": "This will hopefully be useful information.",
"url": "link_to_external_page_with_more_information"
}
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment