Skip to content

Commit 0e4fe72

Browse files
committed
Fix docs
1 parent a58aaf7 commit 0e4fe72

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/modules/ROOT/pages/includes/quarkus-langchain4j-pinecone.adoc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,41 @@ endif::add-copy-button-to-env-var[]
9595
|
9696

9797

98+
a| [[quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.pod-type]]`link:#quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.pod-type[quarkus.langchain4j.pinecone.pod-type]`
99+
100+
101+
[.description]
102+
--
103+
The type of the pod to use. This is only used if the index doesn't exist yet and needs to be created. The format: One of `s1`, `p1`, or `p2` appended with `.` and one of `x1`, `x2`, `x4`, or `x8`.
104+
105+
ifdef::add-copy-button-to-env-var[]
106+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_PINECONE_POD_TYPE+++[]
107+
endif::add-copy-button-to-env-var[]
108+
ifndef::add-copy-button-to-env-var[]
109+
Environment variable: `+++QUARKUS_LANGCHAIN4J_PINECONE_POD_TYPE+++`
110+
endif::add-copy-button-to-env-var[]
111+
--|string
112+
|`s1.x1`
113+
114+
115+
a| [[quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.index-readiness-timeout]]`link:#quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.index-readiness-timeout[quarkus.langchain4j.pinecone.index-readiness-timeout]`
116+
117+
118+
[.description]
119+
--
120+
The timeout duration for the index to become ready. Only relevant if the index doesn't exist yet and needs to be created. If not specified, 1 minute will be used.
121+
122+
ifdef::add-copy-button-to-env-var[]
123+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_PINECONE_INDEX_READINESS_TIMEOUT+++[]
124+
endif::add-copy-button-to-env-var[]
125+
ifndef::add-copy-button-to-env-var[]
126+
Environment variable: `+++QUARKUS_LANGCHAIN4J_PINECONE_INDEX_READINESS_TIMEOUT+++`
127+
endif::add-copy-button-to-env-var[]
128+
--|link:https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html[Duration]
129+
link:#duration-note-anchor-{summaryTableId}[icon:question-circle[], title=More information about the Duration format]
130+
|
131+
132+
98133
a| [[quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.namespace]]`link:#quarkus-langchain4j-pinecone_quarkus.langchain4j.pinecone.namespace[quarkus.langchain4j.pinecone.namespace]`
99134

100135

0 commit comments

Comments
 (0)