Skip to content

Commit 2ee4387

Browse files
committed
Readme Update
1 parent 9b9f5c5 commit 2ee4387

File tree

3 files changed

+10
-79
lines changed

3 files changed

+10
-79
lines changed

MergyClient.sln

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ VisualStudioVersion = 17.10.35013.160
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MergyClient", "MergyClient\MergyClient.csproj", "{27C50E42-6F5C-4582-B305-D84CC3F4CF1B}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{3BE0D820-FD37-4E1E-8741-5E906B05E84C}"
9+
ProjectSection(SolutionItems) = preProject
10+
README.md = README.md
11+
EndProjectSection
12+
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1015
Debug|Any CPU = Debug|Any CPU

MergyClient/README.md

-79
This file was deleted.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Mergy Client is a C# console application that provides a question-answering system using the Anthropic AI service. It allows users to interact with an AI model based on a provided knowledge base.
44

5+
## Links:
6+
- [Youtube video](https://www.youtube.com/watch?v=4gbvmFCAN0E)
7+
- [Blog Post](https://blog.kayhantolga.com/mergy-a-quick-tool-for-claude-projects)
8+
- [Mergy](https://github.com/betalgo/Mergy)
9+
510
## Features
611

712
- Loads a custom knowledge base from a file

0 commit comments

Comments
 (0)