You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### The Entity Framework experience for [Weaviate](https://weaviate.io).
6
6
7
-
Define collections with attributes. Query with LINQ. Migrate schemas safely. **Ship faster.**
7
+
A type-safe, attribute-driven .NET client that lets you define Weaviate collections as plain C# classes, query them with a LINQ-style fluent API, and evolve schemas with built-in migration safety. Built on top of the [core Weaviate C# client](https://github.com/weaviate/csharp-client), it handles object mapping, vector configuration, cross-references, and dependency injection.
8
8
9
9
<br/>
10
10
@@ -52,7 +52,7 @@ foreach (var r in results)
52
52
```
53
53
54
54
> [!TIP]
55
-
> **Want low-level API access?** Check out the [core Weaviate C# client](https://github.com/weaviate/weaviate-dotnet-client) for direct REST/gRPC operations.
55
+
> **Want low-level API access?** Check out the [core Weaviate C# client](https://github.com/weaviate/csharp-client) for direct REST/gRPC operations.
56
56
57
57
---
58
58
@@ -409,9 +409,9 @@ graph TB
409
409
410
410
| Managed Client | Weaviate | .NET |
411
411
|---|---|---|
412
-
| Latest | 1.31 — 1.34+ | 8.0, 9.0 |
412
+
| Latest | 1.32 — 1.36+ | 8.0, 9.0 |
413
413
414
-
Tested in CI against Weaviate **1.31.20**, **1.32.17**, **1.33.5**, and **1.34.0**.
414
+
Tested in CI against Weaviate **1.32.17**, **1.33.5**, **1.34.0**, **1.35.5**, and **1.36.3**.
415
415
416
416
---
417
417
@@ -437,7 +437,7 @@ Tested in CI against Weaviate **1.31.20**, **1.32.17**, **1.33.5**, and **1.34.0
437
437
438
438
```bash
439
439
# Start local Weaviate (requires >= 1.31.0)
440
-
./ci/start_weaviate.sh # defaults to 1.31.0
440
+
./ci/start_weaviate.sh # defaults to 1.34.0
441
441
./ci/start_weaviate.sh 1.34.0 # or specify a version
442
442
443
443
# Run all tests
@@ -486,7 +486,6 @@ The hook formats only staged C# files, keeping commits clean and consistent.
486
486
## Community & Support
487
487
488
488
-**[Weaviate Forum](https://forum.weaviate.io/)** — Questions and discussions
489
-
-**[Weaviate Slack](https://weaviate.io/slack)** — Live chat with the community
490
489
-**[GitHub Issues](https://github.com/weaviate/csharp-client-managed/issues)** — Bug reports and feature requests
0 commit comments