Skip to content

Commit dcb2b4e

Browse files
committed
docs: cleanup legacy content
1 parent 1160278 commit dcb2b4e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/docs/core/basics.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,4 @@ As an indexing flow is long-lived, it needs to store intermediate data to keep t
101101
CocoIndex uses internal storage for this purpose.
102102

103103
Currently, CocoIndex uses Postgres database as the internal storage.
104-
See [Initialization](initialization) for configuring its location, and `cocoindex setup` CLI command (see [CocoIndex CLI](cli)) creates tables for the internal storage.
105-
106-
## Retrieval
107-
108-
There are two ways to retrieve data from target storage built by an indexing flow:
109-
110-
* Query the underlying target storage directly for maximum flexibility.
111-
* Use CocoIndex *query handlers* for a more convenient experience with built-in tooling support (e.g. CocoInsight) to understand query performance against the target data.
112-
113-
Query handlers are tied to specific indexing flows. They accept query inputs, transform them by defined operations, and retrieve matching data from the target storage that was created by the flow.
104+
See [Initialization](initialization) for configuring its location, and `cocoindex setup` CLI command (see [CocoIndex CLI](cli)) creates tables for the internal storage.

0 commit comments

Comments
 (0)