-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9f14c9
commit 3d08a2c
Showing
13 changed files
with
39 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
#ifndef CUSTOMCHAR_CHARACTER_CHARACTER_H_ | ||
#define CUSTOMCHAR_CHARACTER_CHARACTER_H_ | ||
#ifndef CUSTOMCHAR_EMBEDDB_TYPES_H_ | ||
#define CUSTOMCHAR_EMBEDDB_TYPES_H_ | ||
|
||
namespace CC { | ||
namespace embeddb { | ||
struct SearchEmbedResult { | ||
int id; | ||
float score; | ||
}; | ||
|
||
} // namespace embeddb | ||
} // namespace CC | ||
|
||
#endif // CUSTOMCHAR_CHARACTER_CHARACTER_H_ | ||
#endif // CUSTOMCHAR_EMBEDDB_TYPES_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.