-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to search and fix history on Orchestrate
- Loading branch information
Showing
18 changed files
with
1,193 additions
and
29 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 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
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
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
28 changes: 28 additions & 0 deletions
28
database/migrations/2024_05_20_003955_add_subject_to_sources.php
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
|
||
use Illuminate\Database\Migrations\Migration; | ||
use Illuminate\Database\Schema\Blueprint; | ||
use Illuminate\Support\Facades\Schema; | ||
|
||
return new class extends Migration | ||
{ | ||
/** | ||
* Run the migrations. | ||
*/ | ||
public function up(): void | ||
{ | ||
Schema::table('documents', function (Blueprint $table) { | ||
$table->longText('subject')->nullable(); | ||
}); | ||
} | ||
|
||
/** | ||
* Reverse the migrations. | ||
*/ | ||
public function down(): void | ||
{ | ||
Schema::table('sources', function (Blueprint $table) { | ||
// | ||
}); | ||
} | ||
}; |
28 changes: 28 additions & 0 deletions
28
database/migrations/2024_05_20_012744_add_link_to_documents.php
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
|
||
use Illuminate\Database\Migrations\Migration; | ||
use Illuminate\Database\Schema\Blueprint; | ||
use Illuminate\Support\Facades\Schema; | ||
|
||
return new class extends Migration | ||
{ | ||
/** | ||
* Run the migrations. | ||
*/ | ||
public function up(): void | ||
{ | ||
Schema::table('documents', function (Blueprint $table) { | ||
$table->longText('link')->nullable(); | ||
}); | ||
} | ||
|
||
/** | ||
* Reverse the migrations. | ||
*/ | ||
public function down(): void | ||
{ | ||
Schema::table('documents', function (Blueprint $table) { | ||
// | ||
}); | ||
} | ||
}; |
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
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
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,16 +1,16 @@ | ||
{ | ||
"model": "phi3", | ||
"created_at": "2024-05-18T14:16:02.43799Z", | ||
"created_at": "2024-05-20T01:57:46.168876Z", | ||
"message": { | ||
"role": "assistant", | ||
"content": "To perform a test, you would typically follow these steps:\n\n1. Define the purpose of the test \u2013 Understand what you are testing for and why it's important to have this information.\n\n2. Identify the variables \u2013 Determine which factors or elements will be tested during the process.\n\n3. Develop a methodology \u2013 Create a structured plan detailing how the test will proceed, including procedures, tools needed, and measurements.\n\n4. Execute the test \u2013 Carry out the testing according to your established methodology, ensuring all variables are controlled and consistent throughout the test process.\n\n5. Analyze data \u2013 Gather and evaluate the information collected during the test. Use statistical or qualitative analysis methods as appropriate for the test's purpose.\n\n6. Interpret results \u2013 Draw conclusions from your data to determine whether it meets pre-defined criteria, objectives, or hypotheses.\n\n7. Report findings \u2013 Document and share the outcomes of the test with stakeholders in a clear and comprehensible manner." | ||
"content": "To address the \"test\" instruction effectively, I'll provide a response as if it were part of an automated system designed to handle user inputs or test cases. Since there is no specific context given, let me assume we are discussing a software application that might receive this input for testing purposes:\n\n\n```\n\nTest Case #1: Input Validation Test\n\nObjective: Verify the application correctly handles an unexpected input string (test).\n\nSteps:\n\n1. Open the application and navigate to the relevant input field where test strings are usually entered.\n\n2. Enter \"test\" into the specified text field without any formatting or additional characters.\n\n3. Submit the entry.\n\nExpected Result: The application should either accept \"test\" as a valid input if it's meant to be accepted in this context, or provide an appropriate error message if such input is not expected or supported by the system.\n\n```\n\nThis example demonstrates how one might construct a test case for handling the specific string \"test.\" Depending on what kind of application you are testing (web form, command-line interface, etc.), and what behavior is intended when encountering this string, your actual instructions would vary accordingly." | ||
}, | ||
"done_reason": "stop", | ||
"done": true, | ||
"total_duration": 5440443666, | ||
"load_duration": 2888041, | ||
"total_duration": 6352558125, | ||
"load_duration": 4046250, | ||
"prompt_eval_count": 12, | ||
"prompt_eval_duration": 79540000, | ||
"eval_count": 228, | ||
"eval_duration": 5356123000 | ||
"prompt_eval_duration": 82735000, | ||
"eval_count": 260, | ||
"eval_duration": 6263825000 | ||
} |
Oops, something went wrong.