Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Jul 18, 2024
1 parent e3e2a3d commit 0bda00d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: github pages

on:
push:
pull_request:
branches:
- master

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ There are 3 different ways to search for data in Data.norge.no, each is based on

The main search service in Data.norge.no is based on ElasticSearch. This service searches the text in a limited selection of fields, and has filters and other advanced functionality that helps users navigate.

[See this page for more info](https://informasjonsforvaltning.github.io/felles-datakatalog/search/search)
[See this page for more info](https://informasjonsforvaltning.github.io/data.norge.no/search/search)

### LLM

The LLM search service uses a 'Large Language Model' (LLM) that is built from the same data used in the main search, but will accept naturally worded queries where the other search demands exact wording of titles or keywords.

[See this page for more info](https://informasjonsforvaltning.github.io/felles-datakatalog/search/llm)
[See this page for more info](https://informasjonsforvaltning.github.io/data.norge.no/search/llm)

### SPARQL

The SPARQL search service is based on the RDF query language SPARQL, and is our most advanced and powerful search. A user will have to create queries that follows the correct syntax, but will be able to search all harvested data points, not just pre-selected fields.

[See this page for more info](https://informasjonsforvaltning.github.io/felles-datakatalog/search/sparql)
[See this page for more info](https://informasjonsforvaltning.github.io/data.norge.no/search/sparql)
38 changes: 0 additions & 38 deletions content/Data.norge.no/Søk_og_filter/Sparql/_index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/Data.norge.no/Søk_og_filter/Søk/_index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/Data.norge.no/Søk_og_filter/_index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/Felles datakatalog/Search/LLM/_index.md

This file was deleted.

0 comments on commit 0bda00d

Please sign in to comment.