Skip to content

Commit c871a72

Browse files
krishna-ybkiu345
authored andcommitted
docs: Remove examples from YugabyteDB documentation (langchain4j#3875)
- Remove example links from yugabyte docs that are not yet available - Add note that examples will be added soon Removes example links from YugabyteDB embedding store documentation. Since the version is currently `1.8.0-beta15-SNAPSHOT` (not yet released), the examples repository doesn't have these examples available yet. Current link: yugabyte/langchain4j-community@90c2f0f Examples PR currently under review, it will be merged once the version is officially released. Link: langchain4j/langchain4j-examples#175
1 parent 5af5b65 commit c871a72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/docs/integrations/embedding-stores/yugabytedb.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ YugabyteDBEmbeddingStore smartStore = YugabyteDBEmbeddingStore.builder()
372372

373373
## Examples
374374

375-
- [YugabyteDBEmbeddingStoreExample](https://github.com/langchain4j/langchain4j-examples/blob/main/yugabytedb-example/src/main/java/YugabyteDBEmbeddingStoreExample.java) - Basic example with Testcontainers
376-
- [YugabyteDBEmbeddingStoreWithMetadataExample](https://github.com/langchain4j/langchain4j-examples/blob/main/yugabytedb-example/src/main/java/YugabyteDBEmbeddingStoreWithMetadataExample.java) - Metadata filtering with JSONB storage
377-
- [YugabyteDBWithPostgreSQLDriverExample](https://github.com/langchain4j/langchain4j-examples/blob/main/yugabytedb-example/src/main/java/YugabyteDBWithPostgreSQLDriverExample.java) - Using PostgreSQL JDBC driver
378-
- [YugabyteDBWithSmartDriverExample](https://github.com/langchain4j/langchain4j-examples/blob/main/yugabytedb-example/src/main/java/YugabyteDBWithSmartDriverExample.java) - Using YugabyteDB Smart Driver
375+
:::note
376+
Code examples demonstrating YugabyteDB integration will be added soon.
377+
:::

0 commit comments

Comments
 (0)