Skip to content

Commit

Permalink
Merge branch 'main' into ollama-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Mar 28, 2024
2 parents 7bc76b5 + 2d9edcd commit 3b9cae3
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: llm-rag-with-springai CI Build
name: rag-springai-openai-llm CI Build

on:
push:
paths:
- "llm-rag-with-springai/**"
- "rag-springai-openai-llm/**"
branches: [main]
pull_request:
paths:
- "llm-rag-with-springai/**"
- "rag-springai-openai-llm/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: llm-rag-with-springai
working-directory: rag-springai-openai-llm
strategy:
matrix:
distribution: [ 'temurin' ]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.learning.ai</groupId>
<artifactId>llm-rag-with-springai</artifactId>
<artifactId>rag-springai-openai-llm</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>llm-rag-with-springai</name>
<name>rag-springai-openai-llm</name>
<description>Demo project for Spring AI</description>

<properties>
Expand Down

0 comments on commit 3b9cae3

Please sign in to comment.