Skip to content

Commit b322d61

Browse files
authored
Add README with repository details and articles
This README file provides an overview of the repository, including its purpose, published articles, example modules, and contribution guidelines.
1 parent c106281 commit b322d61

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Java Tutorials — Published Articles & Example Modules
2+
3+
The repository hosts all the source code created for the articles published on https://www.kodesastra.com/. It contains example projects and modules referenced by the articles linked below.
4+
5+
## About this repository
6+
- Description: The repository hosts all the source code created for the articles published on www.kodesastra.com.
7+
- Languages: Java (primary)
8+
9+
## Published Articles and Example Modules
10+
11+
### Spring AI
12+
This module contains source code related to the articles on Spring AI.
13+
14+
- [Building AI Assistance Using Spring AI's Function Calling API](https://www.kodesastra.com/2024/12/building-ai-assistance-using-spring-ai-function-calling.html)
15+
- [Spring AI Structured Output API](https://www.kodesastra.com/2024/12/spring-ai-structured-output-api.html)
16+
- [Spring AI Advisors API](https://www.kodesastra.com/2025/01/spring-ai-advisors-api.html)
17+
- [Spring AI Image Model API](https://www.kodesastra.com/2025/02/spring-ai-image-model-api.html)
18+
- [Spring AI's Transcription API](https://www.kodesastra.com/2025/03/spring-ai-transcription-api.html)
19+
- [Spring AI's Text-to-Speech API](https://www.kodesastra.com/2025/05/spring-ais-text-to-speech-api.html)
20+
- [Running Spring AI Ollama with Testcontainers](https://www.kodesastra.com/2025/06/spring-ai-ollama-with-testcontainers.html)
21+
- [Spring AI Integration with Perplexity AI](https://www.kodesastra.com/2025/07/spring-ai-integration-with-perplexity-ai.html)
22+
- [Spring AI - Azure Open AI Integration](https://www.kodesastra.com/2025/10/spring-ai-azure-open-ai-integration.html)
23+
24+
### Spring AI + Qdrant
25+
This module contains source code related to integrating Spring AI with the Qdrant vector database.
26+
27+
- [Qdrant DB - Spring AI Integration](https://www.kodesastra.com/2024/10/qdrant-db-spring-ai-Integration.html)
28+
- [Implement RAG with Spring AI and Qdrant DB](https://www.kodesastra.com/2024/11/rag-with-spring-ai-qdrantdb.html)
29+
30+
### Testcontainers
31+
This module contains source code related to articles and examples using Testcontainers.
32+
33+
- [Ollama - Testcontainers Module in Java](https://www.kodesastra.com/2025/06/ollama-testcontainers-module-in-java.html)
34+
35+
## Contributing
36+
I want you to know that contributions, corrections, and additions are welcome. If you find issues in example code or article links, please open an issue or submit a pull request.
37+
38+
## License & Contact
39+
Please refer to individual module folders for license information (if provided) or contact the repository maintainer via the project’s GitHub page.

0 commit comments

Comments
 (0)