forked from tryAGI/LangChain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLangChain.Providers.slnf
50 lines (50 loc) · 3.51 KB
/
LangChain.Providers.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"solution": {
"path": "LangChain.sln",
"projects": [
"src\\Core\\src\\LangChain.Core.csproj",
"src\\Databases\\InMemory\\src\\LangChain.Databases.InMemory.csproj",
"src\\Databases\\Sqlite\\src\\LangChain.Databases.Sqlite.csproj",
"src\\Extensions\\Docker\\src\\LangChain.Extensions.Docker.csproj",
"src\\Providers\\Abstractions\\src\\LangChain.Providers.Abstractions.csproj",
"src\\Providers\\Amazon.Bedrock\\src\\LangChain.Providers.Amazon.Bedrock.csproj",
"src\\Providers\\Amazon.Bedrock\\test\\LangChain.Providers.Amazon.Bedrock.Tests.csproj",
"src\\Providers\\Amazon.Sagemaker\\src\\LangChain.Providers.Amazon.SageMaker.csproj",
"src\\Providers\\Amazon.Sagemaker\\test\\LangChain.Providers.Amazon.SageMaker.Tests.csproj",
"src\\Providers\\Anthropic\\libs\\Anthropic.Generator\\LangChain.Providers.Anthropic.Generators.csproj",
"src\\Providers\\Anthropic\\libs\\Anthropic\\LangChain.Providers.Anthropic.csproj",
"src\\Providers\\Anthropic\\src\\LangChain.Providers.Anthropic.csproj",
"src\\Providers\\Anthropic\\tests\\LangChain.Providers.Anthropic.Tests.csproj",
"src\\Providers\\Anyscale\\src\\LangChain.Providers.Anyscale.csproj",
"src\\Providers\\Automatic1111\\src\\LangChain.Providers.Automatic1111.csproj",
"src\\Providers\\Automatic1111\\test\\LangChain.Providers.Automatic1111.Tests.csproj",
"src\\Providers\\Azure\\src\\LangChain.Providers.Azure.csproj",
"src\\Providers\\Azure\\test\\LangChain.Providers.Azure.Tests.csproj",
"src\\Providers\\DeepSeek\\src\\LangChain.Providers.DeepSeek.csproj",
"src\\Providers\\DeepSeek\\tests\\LangChain.Providers.DeepSeek.Tests.csproj",
"src\\Providers\\Google\\src\\LangChain.Providers.Google.csproj",
"src\\Providers\\Google\\test\\LangChain.Providers.Google.Tests.csproj",
"src\\Providers\\HuggingFace\\src\\LangChain.Providers.HuggingFace.csproj",
"src\\Providers\\LeonardoAI\\src\\LangChain.Providers.LeonardoAI.csproj",
"src\\Providers\\LLamaSharp\\src\\LangChain.Providers.LLamaSharp.csproj",
"src\\Providers\\LLamaSharp\\test\\LangChain.Providers.LLamaSharp.Tests.csproj",
"src\\Providers\\Ollama\\src\\LangChain.Providers.Ollama.csproj",
"src\\Providers\\Ollama\\test\\LangChain.Providers.Ollama.Tests.csproj",
"src\\Providers\\OpenAI\\src\\LangChain.Providers.OpenAI.csproj",
"src\\Providers\\OpenAI\\test\\LangChain.Providers.OpenAI.Tests.csproj",
"src\\Providers\\OpenRouter\\src\\LangChain.Providers.OpenRouter.csproj",
"src\\Providers\\OpenRouter\\tests\\LangChain.Providers.OpenRouter.Tests.csproj",
"src\\Providers\\OpenRouter\\tools\\LangChain.Providers.OpenRouter.CodeGenerator\\LangChain.Providers.OpenRouter.CodeGenerator.csproj",
"src\\Providers\\Suno\\src\\LangChain.Providers.Suno.csproj",
"src\\Providers\\Suno\\test\\LangChain.Providers.Suno.Tests.csproj",
"src\\Providers\\TogetherAI\\src\\LangChain.Providers.TogetherAi.csproj",
"src\\Providers\\TogetherAI\\tests\\LangChain.Providers.TogetherAi.Tests.csproj",
"src\\Providers\\WhisperNet\\src\\LangChain.Providers.WhisperNet.csproj",
"src\\Providers\\WhisperNet\\test\\LangChain.Providers.WhisperNet.Tests.csproj",
"src\\Sources\\Abstractions\\src\\LangChain.Sources.Abstractions.csproj",
"src\\Sources\\Pdf\\src\\LangChain.Sources.Pdf.csproj",
"src\\Splitters\\Abstractions\\src\\LangChain.Splitters.Abstractions.csproj",
"src\\Utilities\\Pollyfils\\src\\LangChain.Polyfills.csproj"
]
}
}