https://docs.llamaindex.ai/en/stable/examples/vector_stores/postgres.html I am using the above URL to create a VectorStore using pgvector. So I have two questions. What should be the contents of vector_store_query_mode= in PgVector Query Options? Also, do I need to pre-create an index for HNSW EF Search? Thanks in advance.