Skip to content

Commit 3eb6683

Browse files
committed
add website #andy
1 parent 5105d8d commit 3eb6683

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/en/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you need to configure the data on the host computer- $HOME/dozerdb/data:/data
3939

4040

4141
## Question 4: After the generation model and the representation model are correctly configured and can be successfully accessed through the curl Command on the host machine, connection refused or timeout still appears in the knowledge question and answer page of the OpenSPG server.
42-
The OpenSPG Q & A page conducts natural language Q & A. The container that needs to be spg-server can normally access the vector service on the host machine. For students using docker desktop on windows or mac, you can specify the vector service base_url = http:/host.docker.int ernal:11434/${path} to access the host machine. For students using linux, you can specify base_url = [http://172.17.0.1:11434/${path}](http://172.17.0.1:11434/${path}) access the host by accessing the gateway of the docker0 network. In addition, before starting the ollama service, export OLLAMA_HOST = 0.0.0.0:11434, configure ollama to listen to access requests from all addresses.
42+
The OpenSPG Q & A page conducts natural language Q & A. The container that needs to be spg-server can normally access the vector service on the host machine. For students using docker desktop on windows or mac, you can specify the vector service base_url = http:/host.docker.int `ernal:11434/${path}` to access the host machine. For students using linux, you can specify base_url = `http://172.17.0.1:11434/${path}` access the host by accessing the gateway of the docker0 network. In addition, before starting the ollama service, export OLLAMA_HOST = 0.0.0.0:11434, configure ollama to listen to access requests from all addresses.
4343
At the same time, when we create a project, we will verify all the configurations and save them only after they pass the verification.
4444

4545

website/docs/en/UserGuide/SPGReasoner/KGDSL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,7 @@ Define (s:Shop)-[p:belongTo]->(o:TaxonomyOfShop/PopularShop) {
794794
}
795795
```
796796

797-
> Note: ${hot_shop_threshold} is a threshold parameter that needs to be filled in with a specific value when using the predicate.
798-
>
797+
`Note: ${hot_shop_threshold} is a threshold parameter that needs to be filled in with a specific value when using the predicate.`
799798

800799
```plain
801800
Define (s:Shop)-[p:belongTo]->(o:TaxonomyOfShop/NamelessShop) {

0 commit comments

Comments
 (0)