Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re arrange modules
Browse files Browse the repository at this point in the history
rajadilipkolli committed Apr 1, 2024
1 parent 18cd1dd commit 80b59c6
Showing 25 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rag-langchain4j-AllMiniLmL6V2-llm.yml
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ name: rag-langchain4j-AllMiniLmL6V2-llm CI Build
on:
push:
paths:
- "rag-langchain4j-AllMiniLmL6V2-llm/**"
- "rag/rag-langchain4j-AllMiniLmL6V2-llm/**"
branches: [main]
pull_request:
paths:
- "rag-langchain4j-AllMiniLmL6V2-llm/**"
- "rag/rag-langchain4j-AllMiniLmL6V2-llm/**"
types:
- opened
- synchronize
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: rag-langchain4j-AllMiniLmL6V2-llm
working-directory: rag/rag-langchain4j-AllMiniLmL6V2-llm
strategy:
matrix:
distribution: [ 'temurin' ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ AI implementations using java, stores and either of Langchain4j or springai fram
| [pgvector springai](./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-langchain4j-AllMiniLmL6V2-llm) | RAG Implementation using Langchain4j, PGVector store and openai LLM |
| [rag langchain4j AllMiniLmL6V2](./rag/rag-langchain4j-AllMiniLmL6V2-llm) | RAG Implementation using Langchain4j, PGVector store and allMiniLmL6V2 LLM |
| [rag springai ollama llm](./rag-springai-ollama-llm) | RAG Implementation using springai, Redis store, PDF document reader and ollama LLM with llama2 model |
| [rag springai openai llm](./rag-springai-openai-llm) | RAG Implementation using springai, PGVector store, Tika document reader and openai LLM |

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 80b59c6

Please sign in to comment.