mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update API-docs.md
This commit is contained in:
@@ -114,7 +114,7 @@ There are two types of responses:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
2. When task is completed
|
2. When task is completed:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"result": {
|
"result": {
|
||||||
@@ -133,9 +133,7 @@ There are two types of responses:
|
|||||||
```
|
```
|
||||||
|
|
||||||
### /api/delete_old
|
### /api/delete_old
|
||||||
Deletes old vectorstores:
|
Deletes old [Vector Stores]('https://python.langchain.com/docs/modules/data_connection/vectorstores/'):
|
||||||
|
|
||||||
In this section, you may come across the term "vectorstores". If you're unfamiliar with what Vector Stores are, you can find more information in this [article](https://python.langchain.com/docs/modules/data_connection/vectorstores/) that provides a detailed explanation.
|
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Task status (GET http://127.0.0.1:5000/api/docs_check)
|
// Task status (GET http://127.0.0.1:5000/api/docs_check)
|
||||||
|
|||||||
Reference in New Issue
Block a user