Skip to content

Commit

Permalink
arrange modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Apr 1, 2024
1 parent a3a08e9 commit 400b69d
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pgvector-langchain4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: pgvector-langchain4j CI Build
on:
push:
paths:
- "pgvector-langchain4j/**"
- "embeddingstores/pgvector-langchain4j/**"
branches: [main]
pull_request:
paths:
- "pgvector-langchain4j/**"
- "embeddingstores/pgvector-langchain4j/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: pgvector-langchain4j
working-directory: embeddingstores/pgvector-langchain4j
strategy:
matrix:
distribution: [ 'temurin' ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pgvector-springai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: pgvector-springai CI Build
on:
push:
paths:
- "pgvector-springai/**"
- "embeddingstores/pgvector-springai/**"
branches: [main]
pull_request:
paths:
- "pgvector-springai/**"
- "embeddingstores/pgvector-springai/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: pgvector-springai
working-directory: embeddingstores/pgvector-springai
strategy:
matrix:
distribution: [ 'temurin' ]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ AI implementations using java, stores and either of Langchain4j or springai fram
|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
| [playground](./playground) | AI playground using Langchain4j |
| [chatmodel springai](./chatmodel-springai) | AI chat playground using springai |
| [pgvector lanchain4j](./pgvector-langchain4j) | Embeddings implementation using langchain4j and pgvector |
| [pgvector springai](./pgvector-springai) | Embeddings implementation using springai and pgvector |
| [pgvector lanchain4j](./embeddingstores/pgvector-langchain4j) | Embeddings implementation using langchain4j and pgvector |
| [pgvector springai](./embeddingstores/pgvector-springai) | Embeddings implementation using springai and pgvector |
| [neo4j embedding Store using spring ai](./embeddingstores/neo4j-springai) | Embedding store implementation using springai and neo4j |
| [opensearch langchain4j](./ai-opensearch-langchain4j) | Embeddings implementation using langchain4j and opensearch store |
| [rag langchain4j AllMiniLmL6V2](./rag/rag-langchain4j-AllMiniLmL6V2-llm) | RAG Implementation using Langchain4j, PGVector store and allMiniLmL6V2 LLM |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 400b69d

Please sign in to comment.