main
reng 1 month ago
parent c58e8884f9
commit b4ae96b969
  1. 2
      Assets/Qdrant/storage/collections/data-v1/0/newest_clocks.json
  2. 2
      Assets/Qdrant/storage/collections/data-v2/0/newest_clocks.json
  3. 2
      Assets/Qdrant/storage/collections/data-v3/0/newest_clocks.json
  4. 2
      Assets/Qdrant/storage/collections/keywords_v1/0/newest_clocks.json
  5. 2
      v2/app/src/components/graph.jsx
  6. 2
      v2/scrapper/main.js

@ -1 +1 @@
{"clocks":[{"peer_id":2200039024721645,"clock_id":6,"current_tick":1,"token":9225203475475803001},{"peer_id":2200039024721645,"clock_id":4,"current_tick":3,"token":3225682797052271524},{"peer_id":2200039024721645,"clock_id":1,"current_tick":19,"token":13530503213804333634},{"peer_id":2200039024721645,"clock_id":5,"current_tick":3,"token":16737324663161229622},{"peer_id":2200039024721645,"clock_id":2,"current_tick":13,"token":18171945371147883509},{"peer_id":2200039024721645,"clock_id":3,"current_tick":5,"token":12159487072447257415},{"peer_id":2200039024721645,"clock_id":0,"current_tick":31,"token":14274923382223712766}]}
{"clocks":[{"peer_id":2200039024721645,"clock_id":4,"current_tick":3,"token":3225682797052271524},{"peer_id":2200039024721645,"clock_id":0,"current_tick":31,"token":14274923382223712766},{"peer_id":2200039024721645,"clock_id":5,"current_tick":3,"token":16737324663161229622},{"peer_id":2200039024721645,"clock_id":2,"current_tick":13,"token":18171945371147883509},{"peer_id":2200039024721645,"clock_id":1,"current_tick":19,"token":13530503213804333634},{"peer_id":2200039024721645,"clock_id":3,"current_tick":5,"token":12159487072447257415},{"peer_id":2200039024721645,"clock_id":6,"current_tick":1,"token":9225203475475803001}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
{"clocks":[{"peer_id":2200039024721645,"clock_id":0,"current_tick":14,"token":3773126989639130100},{"peer_id":2200039024721645,"clock_id":1,"current_tick":3,"token":1867745747127142053},{"peer_id":2200039024721645,"clock_id":2,"current_tick":1,"token":9487764786059616743}]}
{"clocks":[{"peer_id":2200039024721645,"clock_id":1,"current_tick":3,"token":1867745747127142053},{"peer_id":2200039024721645,"clock_id":2,"current_tick":1,"token":9487764786059616743},{"peer_id":2200039024721645,"clock_id":0,"current_tick":14,"token":3773126989639130100}]}

@ -114,7 +114,7 @@ export default function Graph({results}){
// dist: dist,
// color: getColorByGroup(results?.[index]),
group: group_index,
radius: revolution.radius,
radius: 2-revolution.radius*0.25,
axis_x: revolution.axis[0],
axis_y: revolution.axis[1],
axis_z: revolution.axis[2],

@ -52,7 +52,7 @@ const Keywords=[
]
const Version="v5";
const Version="v6";
const DEBUG_MODE=false;
const SCRAP_TYPE='TAG'; // 'KEYWORD' or 'TAG'
const CLEAR=true;

Loading…
Cancel
Save