Skip to content

Commit

Permalink
Moved files to src
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 10, 2024
1 parent e12a254 commit 33d915a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pgvector.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'dart:convert';
import 'vector.dart';
import 'src/vector.dart';

export 'halfvec.dart' show HalfVector;
export 'sparsevec.dart' show SparseVector;
export 'vector.dart' show Vector;
export 'src/halfvec.dart' show HalfVector;
export 'src/sparsevec.dart' show SparseVector;
export 'src/vector.dart' show Vector;

class Pgvector {
const Pgvector();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 33d915a

Please sign in to comment.