Skip to content

Commit

Permalink
add faq links
Browse files Browse the repository at this point in the history
  • Loading branch information
zcdb committed Jan 25, 2024
1 parent 7abb3b2 commit 2d0a0a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Common Problem
================

1. Vearch's vector search engine gamma is based on faiss. Vearch may not compile successfully when the version of faiss is greatly changed and incompatible with the historical version.

https://github.com/vearch/vearch/wiki/FQA


2 changes: 1 addition & 1 deletion docs/source/use_op/cluster_status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The operation command is as follows:
::

export ETCDCTL_API=3
# The principle of etcd mirroring is to read the key row by row and write it to another cluster. Among them: sourceMasterIP is a node of the original cluster master, and targetMasterIP is a node of the target cluster master.
# The principle of etcd mirroring is to read the key row by row and write it to another cluster. Among them: sourceMasterIP is a node of the original cluster master, and targetMasterIP is a node of the target cluster master.
# ETCDCTL_API=3 ./etcdctl make-mirror target --endpoints=source
ETCDCTL_API=3 ./etcdctl make-mirror ${targetMasterIP}:2370 --endpoints=${sourceMasterIP}:2370

Expand Down
3 changes: 2 additions & 1 deletion docs/source/use_op/op_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Single Insertion
--------

document/upsert
--------
If primary_id is set, the specified primary key will be used. If not set, generated by Vearch.

If the _id specified when inserting already exists, the existing data is updated; otherwise, it is inserted.
Expand Down Expand Up @@ -554,7 +555,7 @@ FLAT:
- load_balance: leader,random,no_leader,least_connection,default random。


Delete delete interface
document/delete
--------
Deletion supports two methods: specifying document_ids and filtering conditions.

Expand Down

0 comments on commit 2d0a0a0

Please sign in to comment.