Skip to content

Commit

Permalink
Merge pull request #511 from beKoool/docs-fix
Browse files Browse the repository at this point in the history
[API Docs] Add Backlink to "Vector Stores" and fix grammatical error
  • Loading branch information
dartpain authored Oct 9, 2023
2 parents cb0e4b6 + a809e72 commit 81b9211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/Developing/API-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fetch("http://localhost:5001/api/task_status?task_id=b2d2a0f4-387c-44fd-a443-e4f

Responses:
There are two types of responses:
1. While task is still running, where "current" will show progress from 0 to 100
1. While task is still running, where "current" will show progress from 0 to 100:
```json
{
"result": {
Expand All @@ -114,7 +114,7 @@ There are two types of responses:
}
```

2. When task is completed
2. When task is completed:
```json
{
"result": {
Expand All @@ -133,7 +133,7 @@ There are two types of responses:
```

### /api/delete_old
Deletes old vectorstores:
Deletes old Vector stores:
```js
// Task status (GET http://127.0.0.1:5000/api/docs_check)
fetch("http://localhost:5001/api/task_status?task_id=b2d2a0f4-387c-44fd-a443-e4fe2e7454d1", {
Expand Down

2 comments on commit 81b9211

@vercel
Copy link

@vercel vercel bot commented on 81b9211 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-brown.vercel.app
docs-gpt-git-main-arc53.vercel.app
docs-gpt-arc53.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 81b9211 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextra-docsgpt – ./docs

nextra-docsgpt.vercel.app
docs.docsgpt.co.uk
nextra-docsgpt-arc53.vercel.app
nextra-docsgpt-git-main-arc53.vercel.app

Please sign in to comment.