mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
Add Backlink to Vector Stores
This commit is contained in:
parent
e0ada7fc48
commit
fc50bb6e57
@ -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 it 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": {
|
||||
@ -114,7 +114,7 @@ There are two types of responses:
|
||||
}
|
||||
```
|
||||
|
||||
2. When task is completed
|
||||
2. When task is completed:
|
||||
```json
|
||||
{
|
||||
"result": {
|
||||
@ -133,7 +133,7 @@ There are two types of responses:
|
||||
```
|
||||
|
||||
### /api/delete_old
|
||||
Deletes old vectorstores:
|
||||
Deletes old [Vector stores](https://python.langchain.com/docs/modules/data_connection/vectorstores/):
|
||||
```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", {
|
||||
|
Loading…
Reference in New Issue
Block a user