BotSharp/src/Plugins/BotSharp.Plugin.Qdrant/Using.cs

6 lines
225 B
C#
Raw Normal View History

2024-08-06 19:01:26 +00:00
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
global using BotSharp.Abstraction.VectorStorage;
global using BotSharp.Abstraction.Knowledges.Enums;