Skip to content

Commit

Permalink
rearrange rag modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Apr 1, 2024
1 parent 80b59c6 commit a3a08e9
Show file tree
Hide file tree
Showing 48 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rag-springai-ollama-llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: rag-springai-ollama-llm CI Build
on:
push:
paths:
- "rag-springai-ollama-llm/**"
- "rag/rag-springai-ollama-llm/**"
branches: [main]
pull_request:
paths:
- "rag-springai-ollama-llm/**"
- "rag/rag-springai-ollama-llm/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: rag-springai-ollama-llm
working-directory: rag/rag-springai-ollama-llm
strategy:
matrix:
distribution: [ 'temurin' ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rag-springai-openai-llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: rag-springai-openai-llm CI Build
on:
push:
paths:
- "rag-springai-openai-llm/**"
- "rag/rag-springai-openai-llm/**"
branches: [main]
pull_request:
paths:
- "rag-springai-openai-llm/**"
- "rag/rag-springai-openai-llm/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: rag-springai-openai-llm
working-directory: rag/rag-springai-openai-llm
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 @@ -13,8 +13,8 @@ AI implementations using java, stores and either of Langchain4j or springai fram
| [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 |
| [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 |
| [rag springai ollama llm](./rag/rag-springai-ollama-llm) | RAG Implementation using springai, Redis store, PDF document reader and ollama LLM with llama2 model |
| [rag springai openai llm](./rag/rag-springai-openai-llm) | RAG Implementation using springai, PGVector store, Tika document reader and openai LLM |

### Credits
Thanks to langchain4j for providing an openAI compatible API for learning and demo purposes.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a3a08e9

Please sign in to comment.