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
--MS Acess | |
DROP INDEX index_name ON table_name; | |
--SQL Server | |
DROP INDEX table_name.index_name; | |
--DB2/Oracle: | |
DROP INDEX index_name; | |
--MySQL: |
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
management | |
years | |
experience | |
manager | |
quality | |
project | |
work | |
new | |
production | |
title |
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
{ | |
"embeddings": [ | |
{ | |
"tensorName": "My tensor", | |
"tensorShape": [ | |
1000, | |
50 | |
], | |
"tensorPath": "https://drive.google.com/open?id=1i20xlUwd2KqgW9sPUy53HGzvvJEIOFdN", | |
"metadataPath": "https://drive.google.com/open?id=198sQx6xD7dqGSZfBh0kQFe53s6Jhq6yA" |