Docs.rs
mcp-postgres-4.0.4
mcp-postgres 4.0.4
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
corporatepiyush
Dependencies
anyhow ^1.0
normal
axum ^0.7
normal
bytes ^1.6
normal
clap ^4.5
normal
crossbeam ^0.8
normal
dashmap ^6.0
normal
fake ^5.1
normal
futures ^0.3
normal
hyper ^1.0
normal
libc ^0.2
normal
lru ^0.12
normal
mimalloc ^0.1
normal
num_cpus ^1.16
normal
once_cell ^1.20
normal
parking_lot ^0.12
normal
prometheus ^0.13
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.41
normal
tokio-postgres ^0.7
normal
tokio-stream ^0.1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.10
normal
criterion ^0.5
dev
tokio-test ^0.4
dev
Versions
36.43%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
create_vector_index
mcp_
postgres
4.0.4
In mcp_
postgres::
actions::
pgvector
mcp_postgres
::
actions
::
pgvector
Function
create_
vector_
index
Copy item path
Source
pub async fn create_vector_index( client: &
Client
, params: &
Option
<&
Value
>, ) ->
Result
<
Value
>